Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / StickyNoteStyleInfo Class / IsMarginBottomSet Method


In This Topic
    IsMarginBottomSet Method (StickyNoteStyleInfo)
    In This Topic
    Determines whether the margin between the bottom of the cell note and its contents is set.
    Syntax
    'Declaration
     
    
    Public Function IsMarginBottomSet() As Boolean
    'Usage
     
    
    Dim instance As StickyNoteStyleInfo
    Dim value As Boolean
     
    value = instance.IsMarginBottomSet()
    public bool IsMarginBottomSet()
    See Also