Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ShapeStateEventArgs Class / Alignment Property


In This Topic
    Alignment Property (ShapeStateEventArgs)
    In This Topic
    Gets the changed attributes of shape's alignment.
    Syntax
    'Declaration
     
    
    Public Property Alignment As AlignmentAttributes
    'Usage
     
    
    Dim instance As ShapeStateEventArgs
    Dim value As AlignmentAttributes
     
    instance.Alignment = value
     
    value = instance.Alignment
    public AlignmentAttributes Alignment {get; set;}
    See Also