Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / EllipseShape Class / ShouldSerializeShapeOutlineThickness Method


In This Topic
    ShouldSerializeShapeOutlineThickness Method (EllipseShape)
    In This Topic
    Determines if the shape outline thickness should be serialized.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerializeShapeOutlineThickness() As Boolean
    'Usage
     
    
    Dim instance As EllipseShape
    Dim value As Boolean
     
    value = instance.ShouldSerializeShapeOutlineThickness()
    public virtual bool ShouldSerializeShapeOutlineThickness()
    See Also