Returns false if the Label SizeDefault property is in the default state.
[Visual Basic]
Public Function ShouldSerializeSizeDefault() As Boolean
[C#]
public bool ShouldSerializeSizeDefault()
[Delphi]
public function ShouldSerializeSizeDefault(): Boolean;
Return Value
Boolean.
Remarks
The default state is SizeDefault.Width = -1, SizeDefault.Height = -1, which results in automatic sizing of the Label.
See Also
Label Class | Label Members | C1.Win.C1Chart Namespace | Label Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |