Navigation: Code Documentation > RSVclSVG > RSSVGTypes > Classes > TSVGStylePropertyLength
TSVGStylePropertyLength Methods
Name
Description
Assign(TPersistent)
Represents method Assign(TPersistent). (Overrides RSSVGTypes.TSVGLength.Assign(TPersistent).)
Clear
Clears the length to 0 and no units (Overrides RSSVGTypes.TSVGLength.Clear.)
Clone
Creates a copy of the length (Overrides RSSVGTypes.TSVGLength.Clone.)
GetParentValue
Returns the length representing the inherited value
Calls the OnGetParent event. If the value is not inherited, this method returns nil
GetValue
Represents method GetValue. (Overrides RSSVGTypes.TSVGLength.GetValue.)
SetValue(Single)
Represents method SetValue(Single). (Overrides RSSVGTypes.TSVGLength.SetValue(Single).)
Top