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


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