Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / shapeThickness Field


In This Topic
    shapeThickness Field (PSObject)
    In This Topic
    Specifies the line thickness of the object container.
    Syntax
    'Declaration
     
    
    Protected shapeThickness As Single
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Single
     
    value = instance.shapeThickness
     
    instance.shapeThickness = value
    protected float shapeThickness
    See Also