Spread WinForms 15
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

Property Value

The shadow alignment.
See Also