Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGTypes > Classes > TSVGStylePropertyLength
TSVGStylePropertyLength Methods
Name
Description
Assign(TPersistent)
Represents method Assign(TPersistent). (Overrides FMX.RS.SVGTypes.TSVGLength.Assign(TPersistent).)
Clear
Clears the length to 0 and no units (Overrides FMX.RS.SVGTypes.TSVGLength.Clear.)
Clone
Creates a copy of the length (Overrides FMX.RS.SVGTypes.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 FMX.RS.SVGTypes.TSVGLength.GetValue.)
SetValue(Single)
Represents method SetValue(Single). (Overrides FMX.RS.SVGTypes.TSVGLength.SetValue(Single).)
Top