Hide Comments
Hide Comments

Comments (0)

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
 

Namespace: FMX.RS.SVGCtrls

expandingSyntax

Delphi

published
  property WrapMode: TSVGImageWrapMode read FWrapMode write SetWrapMode default TSVGImageWrapMode.iwFit;
 

Property Value

Type: TSVGImageWrapMode

expandingSee Also

Reference

Comments (0)

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