Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ShadowProps Class / Shape Property


In This Topic
    Shape Property (ShadowProps)
    In This Topic
    Gets or sets the shape.
    Syntax
    'Declaration
     
    
    Public Overridable Property Shape As PSShape
    'Usage
     
    
    Dim instance As ShadowProps
    Dim value As PSShape
     
    instance.Shape = value
     
    value = instance.Shape
    public virtual PSShape Shape {get; set;}
    See Also