Class DigitalCharacter
It is a control, which represents the character in the digital segments.
Inheritance
System.Object
DigitalCharacter
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.UWP.dll
Syntax
public class DigitalCharacter : Control, IDisposable
Constructors
DigitalCharacter()
Initializes a new instance of the DigitalCharacter class.
Declaration
public DigitalCharacter()
Methods
Dispose()
Method to release allocated resources of DigitalCharacter.
Declaration
public void Dispose()
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable