Hide Comments
Hide Comments

Comments (0)

expandingProperties

 

Name

Description

published property

Align

Represents property Align.

published property

Anchors

Represents property Anchors.

protected property

Bitmap

Represents property Bitmap.

published property

ClipChildren

Represents property ClipChildren.

published property

ClipParent

Represents property ClipParent.

published property

Cursor

Represents property Cursor.

published property

DefaultAspectRatio

Defines the default aspect ratio for the SVG. If the SVG does not specify a preserveAspectRatio attribute, the SVG will use this default instead.

published property

DesignVisible

Represents property DesignVisible.

published property

DisableInterpolation

Enables or disables the interpolation of the SVG bitmap displayed by this TRSSVGThreadImage component.

The DisableInterpolation property specifies whether the interpolation is used while rendering the SVG bitmap onto the canvas displayed by this TRSSVGThreadImage component. By default, DisableInterpolation is set to False.
 

published property

DPI

Dots per inch used in calculating the unit factors for conversion of string lengths into actual values. The DPI should be set before loading a SVG.

For example, if the input string contains '1cm', the DPI helps the SVG library figure out how large a centimeter is.

published property

DragMode

Represents property DragMode.

published property

Enabled

Represents property Enabled.

published property

EnableDragHighlight

Represents property EnableDragHighlight.

published property

Filename

Defines the filename of the SVG document to load

published property

Height

Represents property Height.

published property

HitTest

Represents property HitTest.

published property

Lines

Defines the text of a SVG to load. The Lines property is useful for when you don't want to load a SVG from a file with the Filename property.

published property

Locked

Represents property Locked.

published property

Margins

Represents property Margins.

published property

MarginWrapMode

Specifies how the margins of the SVG are resized, replicated, and positioned.

Use MarginWrapMode property to set and get how the margins of the SVG are displayed within the TRSSVGThreadImage. By default the margins are stretched to fill the entire TRSSVGThreadImage.

If SVGMargins property is not set, then MarginWrapMode has no effect over the image.
 
 

published property

OnClick

Represents property OnClick.

published property

OnDblClick

Represents property OnDblClick.

published property

OnDragDrop

Represents property OnDragDrop.

published property

OnDragEnd

Represents property OnDragEnd.

published property

OnDragEnter

Represents property OnDragEnter.

published property

OnDragLeave

Represents property OnDragLeave.

published property

OnDragOver

Represents property OnDragOver.

published property

OnMouseDown

Represents property OnMouseDown.

published property

OnMouseEnter

Represents property OnMouseEnter.

published property

OnMouseLeave

Represents property OnMouseLeave.

published property

OnMouseMove

Represents property OnMouseMove.

published property

OnMouseUp

Represents property OnMouseUp.

published property

OnMouseWheel

Represents property OnMouseWheel.

published property

OnPaint

Represents property OnPaint.

published property

OnPainting

Represents property OnPainting.

published property

OnResize

Represents property OnResize.

published property

Opacity

Represents property Opacity.

published property

Options

Controls how the SVG is loaded and displayed

published property

Padding

Represents property Padding.

published property

PopupMenu

Represents property PopupMenu.

published property

Position

Represents property Position.

published property

RotationAngle

Represents property RotationAngle.

published property

RotationCenter

Represents property RotationCenter.

published property

Scale

Represents property Scale.

published property

ScaleOriginal

Specifies the scale factor for drawing the SVG.

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

protected property

SVG

Represents property SVG.

published property

SVGMargins

Specifies the margins of the SVG displayed by this TRSSVGThreadImage component.

Set or read the SVGMargins property in order to affect the margins of the SVG that is displayed by this TRSSVGThreadImage component
 

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 SVG Document .

protected property

Thread

Represents property Thread.

published property

Visible

Represents property Visible.

published property

Width

Represents property Width.

published property

WrapMode

Specifies whether and how to resize, replicate, and position the SVG image for rendering the TRSSVGThreadImage surface.

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

iwOriginal-- displays the SVG with its original dimensions.

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

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

iwTile--tiles the TRSSVGThreadImage image to cover the entire rectangle of the TRSSVGThreadImage component.

iwCenter-- center the SVG inside the TRSSVGThreadImage component
 

Top

Comments (0)

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