<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVclSVG > RSSVG > Classes > TSVGStyle:
Comments (0)
Name
Description
clip
Represents property clip.
clip_path
Represents property clip_path.
clip_rule
Represents property clip_rule.
color
Represents property color.
color_interpolation
Represents property color_interpolation.
color_rendering
Represents property color_rendering.
cursor
Represents property cursor.
display
Represents property display.
Enabled
Controls whether the style is applied or not. If Enabled is false, the style will not be applied to svg elements
fill
Represents property fill.
fill_opacity
Represents property fill_opacity.
fill_rule
Represents property fill_rule.
font
Represents property font.
font_family
Represents property font_family.
font_size
Represents property font_size.
font_style
Represents property font_style.
font_weight
Represents property font_weight.
marker
Represents property marker.
marker_end
Represents property marker_end.
marker_mid
Represents property marker_mid.
marker_start
Represents property marker_start.
Specifies the style name
OnChange
Occurs when the style changes
opacity
Represents property opacity.
overflow
Represents property overflow.
shape_rendering
Represents property shape_rendering.
stop_color
Represents property stop_color.
stop_opacity
Represents property stop_opacity.
stroke
Represents property stroke.
stroke_dasharray
Represents property stroke_dasharray.
stroke_dashoffset
Represents property stroke_dashoffset.
stroke_linecap
Represents property stroke_linecap.
stroke_linejoin
Represents property stroke_linejoin.
stroke_opacity
Represents property stroke_opacity.
stroke_width
Represents property stroke_width.
StyleProperty[TSVGStyleProperty]
Reads and writes style property values
The Index specifies the style property or attribute to access
StyleValues
Stores all the style properties or attributes of the style as name=value pairs
text_anchor
Represents property text_anchor.
text_decoration
Represents property text_decoration.
text_rendering
Represents property text_rendering.
visibility
Represents property visibility.
Top