|
AbsoluteMatrix
|
Returns the combined transformation matrix for the control. This is the control's transformation matrix multiplied by all parent IRSGPControl control's transformation matrices.
|
|
Align
|
Represents property Align.
|
|
Anchors
|
Represents property Anchors.
|
|
AutoSize
|
Represents property AutoSize.
|
|
Bitmap
|
Represents property Bitmap.
|
|
Constraints
|
Represents property Constraints.
|
|
CriticalSection
|
Represents property CriticalSection.
|
|
Cursor
|
Represents property Cursor.
|
|
CursorTracking
|
Represents property CursorTracking.
|
|
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.
|
|
DefaultColorInterpolation
|
Default Color interpolation type, which specifies the color space for gradient interpolations and alpha compositing
VCL Only
|
|
DefaultColorRendering
|
Default Color rendering type, which provides a hint to the SVG library about how to optimize its color interpolation and compositing operations.
VCL Only
|
|
DefaultCursor
|
Represents property DefaultCursor.
|
|
DefaultShapeRendering
|
Default Shape rendering type, which provides a hint to the SVG library about what tradeoffs to make as it renders vector graphics elements such as path elements and basic shapes such as circles and rectangles.
VCL Only
|
|
DefaultTextRendering
|
Default Text rendering type, which provides a hint to the SVG library about what tradeoffs to make as it renders text
VCL Only
|
|
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.
|
|
DragCursor
|
Represents property DragCursor.
|
|
DragKind
|
Represents property DragKind.
|
|
DragMode
|
Represents property DragMode.
|
|
Enabled
|
Represents property Enabled.
|
|
Filename
|
Defines the filename of the SVG document to load
|
|
FindOptions
|
Specifies how the control determines which svg element is at the mouse cursor
|
|
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.
|
|
Matrix
|
Returns the transformation matrix of the control
|
|
OnClick
|
Represents property OnClick.
|
|
OnContextPopup
|
Represents property OnContextPopup.
|
|
OnDblClick
|
Represents property OnDblClick.
|
|
OnDragDrop
|
Represents property OnDragDrop.
|
|
OnDragOver
|
Represents property OnDragOver.
|
|
OnEndDock
|
Represents property OnEndDock.
|
|
OnEndDrag
|
Represents property OnEndDrag.
|
|
OnGesture
|
Represents property OnGesture.
|
|
OnMouseActivate
|
Represents property OnMouseActivate.
|
|
OnMouseDown
|
Represents property OnMouseDown.
|
|
OnMouseEnter
|
Represents property OnMouseEnter.
|
|
OnMouseLeave
|
Represents property OnMouseLeave.
|
|
OnMouseMove
|
Represents property OnMouseMove.
|
|
OnMouseUp
|
Represents property OnMouseUp.
|
|
OnPaint
|
Represents property OnPaint.
|
|
OnPainting
|
Represents property OnPainting.
|
|
OnStartDock
|
Represents property OnStartDock.
|
|
OnStartDrag
|
Represents property OnStartDrag.
|
|
Opacity
|
Specifies the opacity or transparency of the SVG image. If Opacity is less than 1, then the SVG is displayed semi- transparent. If Opacity is 0, then the SVG is not displayed.
|
|
Options
|
Defines options for reading, displaying, and writing the document
|
|
ParentShowHint
|
Represents property ParentShowHint.
|
|
PopupMenu
|
Represents property PopupMenu.
|
|
Quality
|
|
|
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
|
|
ShowHint
|
Represents property ShowHint.
|
|
SVG
|
Represents property SVG.
|
|
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 .
|
|
Thread
|
Represents property Thread.
|
|
Touch
|
Represents property Touch.
|
|
Transform
|
Specifies the overall transformation to apply to the SVG image. For no transformation, set the Matrix to the RSIdentityMatrix
|
|
Visible
|
Represents property Visible.
|
|
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
|