Navigation: Code Documentation > RSFMXImpact > FMX.RS.Impact.Compass > Classes > TRSCircularCompass
TRSCircularCompass Methods
Name
Description
InitializeNumberLabels
Initializes the labels on the outside of the gauge with numbers based on the Min and Max properties and how many MajorMarkers have been specified.
Note
The FormatStr property controls how the values are formatted.
LoadSVGResource(string)
Load the SVG from an embedded resource. This method initializes the ActiveSVGElement property and should be used to initialize any control fields (such as colors) that are dependant on the values in the SVG. (Overrides FMX.RS.Impact.Instruments.TRSCustomCircularGauge.LoadSVGResource(string).)
SetAngle(Integer,Integer,Single)
Overloaded. Sets the angle of the compass using degrees, minutes and seconds.
UpdateHands
Updates the orientation of the Hands based on the Value property. (Overrides FMX.RS.Impact.Instruments.TRSCustomCircularGauge.UpdateHands.)
Top