FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / NoteIndicatorSize Property


In This Topic
NoteIndicatorSize Property (NamedStyle)
In This Topic
Gets or sets the size of the cell note indicator.
Syntax
'Declaration
 
Public Overrides Property NoteIndicatorSize As Size
 
'Usage
 
Dim instance As NamedStyle
Dim value As Size
 
instance.NoteIndicatorSize = value
 
value = instance.NoteIndicatorSize
See Also