Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / shapeStyle Field


In This Topic
    shapeStyle Field
    In This Topic
    Specifies the dashed-line style of the object container.
    Syntax
    'Declaration
     
    
    Protected shapeStyle As DashStyle
    'Usage
     
    
    Dim instance As PSObject
    Dim value As DashStyle
     
    value = instance.shapeStyle
     
    instance.shapeStyle = value
    protected DashStyle shapeStyle
    See Also