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


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