Default Height of Bitmap where SVG is to be drawn
Namespace: RSSVGSyncObjs
Delphi
|
public
property DefaultHeight: Single read FDefaultHeight write SetDefaultHeight;
|
Property Value
Type: Single
A value of 0 or less disables drawing of the SVG.
Warning
|
Read or write this property only when the thread is not executing ( e.g., either before Start or in OnTerminate event)
|
|