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