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


In This Topic
    MarginRight Property (StickyNoteStyleInfo)
    In This Topic
    Gets or sets the margin between the right of the cell note and its contents.
    Syntax
    'Declaration
     
    
    Public Overridable Property MarginRight As Integer
    'Usage
     
    
    Dim instance As StickyNoteStyleInfo
    Dim value As Integer
     
    instance.MarginRight = value
     
    value = instance.MarginRight
    public virtual int MarginRight {get; set;}
    See Also