Hide Comments
Hide Comments

Comments (0)

expandingProperties

 

Name

Description

published property

ScaleOriginal

Specifies the scale factor for generating the SVG FMX controls.

Use the ScaleOriginal property to scale the SVG larger or smaller within the TRSSVGThreadImage component. This is useful for controlling the tiling the SVG or zooming in or out of the SVG

published property

SVGDocument

Specifies the SVG document to display in the control. The SVGDocument and SVGRootID properties control exactly which SVG document and which branch of the SVG document hierarchy to display.

published property

SVGRootID

Specifies which node of the SVGDocument to draw as the top- level SVG document.

Use the SVGRootID property to display only a portion of the SVGDocument .

published property

WrapMode

Specifies whether and how to resize, replicate, and position the SVG FMX controls surface.

The WrapMode property should be one of the constants defined in the TSVGImageWrapMode type:

iwOriginal-- generates the SVG with its original dimensions.

iwFit-- best fit (keeping SVG proportions--the ratio between the width and height) for the TRSSVGPanel rectangle. Default.

iwStretch--stretches the SVG to fill the entire rectangle of this TRSSVGPanel component.

iwTile--ignored

iwCenter-- center the SVG inside the TRSSVGPanel component
 

Top

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb