Spread WinForms 15
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
See Also