Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / StickyNoteStyleInfo Class / AlignVert Property


In This Topic
    AlignVert Property (StickyNoteStyleInfo)
    In This Topic
    Gets or sets the vertical alignment of the contents for the cell note.
    Syntax
    'Declaration
     
    
    Public Overridable Property AlignVert As VerticalAlignment
    'Usage
     
    
    Dim instance As StickyNoteStyleInfo
    Dim value As VerticalAlignment
     
    instance.AlignVert = value
     
    value = instance.AlignVert
    public virtual VerticalAlignment AlignVert {get; set;}
    See Also