FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / ShouldSerializeFont Method


In This Topic
ShouldSerializeFont Method (MultiSideShape)
In This Topic
Indicates whether the Font property should be persisted.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializeFont() As Boolean
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Boolean
 
value = instance.ShouldSerializeFont()
See Also