Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / OuterShadowEffect Class / Alignment Property


In This Topic
    Alignment Property (OuterShadowEffect)
    In This Topic
    Gets or sets the shadow alignment; alignment happens first, effectively setting the origin for scale, skew, and offset.
    Syntax
    'Declaration
     
    
    Public Property Alignment As RectAlignment
    'Usage
     
    
    Dim instance As OuterShadowEffect
    Dim value As RectAlignment
     
    instance.Alignment = value
     
    value = instance.Alignment
    public RectAlignment Alignment {get; set;}

    Property Value

    The shadow alignment.
    See Also