Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicStyleInfo Class / NoteIndicatorSize Property


In This Topic
    NoteIndicatorSize Property (DynamicStyleInfo)
    In This Topic
    Gets or sets the size of the cell note indicator.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property NoteIndicatorSize As Size
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    Dim value As Size
     
    value = instance.NoteIndicatorSize
    public virtual Size NoteIndicatorSize {get;}
    See Also