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# |
---|
[BrowsableAttribute(false)] [RefreshPropertiesAttribute(RefreshProperties.All)] [CategoryAttribute("1. Global")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public bool Scalable { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ <CategoryAttribute("1. Global")> _ <EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Property Scalable As Boolean Get Set |