Record TSVGPreserveAspectRatio
Unit
Declaration
type TSVGPreserveAspectRatio = record
Description
SVG parameter to specify aspect ratio and alignment
Overview
Fields
![]() |
Preserve: boolean; |
![]() |
Slice: boolean; |
![]() |
HorizAlign: TAlignment; |
![]() |
VertAlign: TTextLayout; |
Methods
![]() |
class function DefaultValue: TSVGPreserveAspectRatio; static; |
![]() |
class function Parse(AValue: string): TSVGPreserveAspectRatio; static; |
![]() |
function ToString: string; |
Description
Fields
![]() |
Preserve: boolean; |
|
This item has no description. | |
![]() |
Slice: boolean; |
|
This item has no description. | |
![]() |
HorizAlign: TAlignment; |
|
This item has no description. | |
![]() |
VertAlign: TTextLayout; |
|
This item has no description. | |
Methods
![]() |
class function DefaultValue: TSVGPreserveAspectRatio; static; |
|
This item has no description. | |
![]() |
class function Parse(AValue: string): TSVGPreserveAspectRatio; static; |
|
This item has no description. | |
![]() |
function ToString: string; |
|
This item has no description. | |
