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