ShouldSerializeWidth Method
In This Topic
Gets whether the Width property should be serialized.
Syntax
'Declaration
Public Function ShouldSerializeWidth() As Boolean
'Usage
Dim instance As GridLine
Dim value As Boolean
value = instance.ShouldSerializeWidth()
public bool ShouldSerializeWidth()
Return Value
True if Width should be serialized, false otherwise.
See Also