Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StickyNoteEventArgs Class / StickyNoteStyleInfo Property


In This Topic
    StickyNoteStyleInfo Property
    In This Topic
    Gets or sets the style information of the sticky note that has changed.
    Syntax
    'Declaration
     
    
    Public Property StickyNoteStyleInfo As StickyNoteStyleInfo
    'Usage
     
    
    Dim instance As StickyNoteEventArgs
    Dim value As StickyNoteStyleInfo
     
    instance.StickyNoteStyleInfo = value
     
    value = instance.StickyNoteStyleInfo
    public StickyNoteStyleInfo StickyNoteStyleInfo {get; set;}
    See Also