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


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