Record TSVGPreserveAspectRatio

Hierarchy
Properties

Unit

Declaration

type TSVGPreserveAspectRatio = record

Description

SVG parameter to specify aspect ratio and alignment

Overview

Fields

Public Preserve: boolean;
Public Slice: boolean;
Public HorizAlign: TAlignment;
Public VertAlign: TTextLayout;

Methods

Public class function DefaultValue: TSVGPreserveAspectRatio; static;
Public class function Parse(AValue: string): TSVGPreserveAspectRatio; static;
Public function ToString: string;

Description

Fields

Public Preserve: boolean;

This item has no description.

Public Slice: boolean;

This item has no description.

Public HorizAlign: TAlignment;

This item has no description.

Public VertAlign: TTextLayout;

This item has no description.

Methods

Public class function DefaultValue: TSVGPreserveAspectRatio; static;

This item has no description.

Public class function Parse(AValue: string): TSVGPreserveAspectRatio; static;

This item has no description.

Public function ToString: string;

This item has no description.