Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Pen Class / Alignment Property


In This Topic
    Alignment Property (Pen)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Alignment As PenAlignment
    'Usage
     
    Dim instance As Pen
    Dim value As PenAlignment
     
    instance.Alignment = value
     
    value = instance.Alignment
    public PenAlignment Alignment {get; set;}
    See Also