Namespace:
C1.Util.VisualEffects
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.All)] [CategoryAttribute("3. Light")] [BrowsableAttribute(false)] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public LightShape Shape { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.All)> _ <CategoryAttribute("3. Light")> _ <BrowsableAttribute(False)> _ <EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Property Shape As LightShape Get Set |