Class SVGButton
- Namespace
- VisioForge.Core.UI.MAUI
- Assembly
- VisioForge.Core.UI.MAUI.dll
Skin icon element.
public class SVGButton : SKCanvasView, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ISKCanvasView, IView, IElement, ITransform, ISKCanvasViewController, IViewController, IVisualElementController, IElementController, INotifyPropertyChangedInheritance
Implements
Inherited Members
Constructors
SVGButton()
Initializes a new instance of the VisioForge.Core.UI.MAUI.SVGButton class.
public SVGButton()Properties
AssetName
Gets or sets the name of the asset.
public string AssetName { get; set; }Property Value
DrawStates
Gets or sets a value indicating whether to draw states.
public bool DrawStates { get; set; }Property Value
OnClickOrTouch
Occurs when click or touch.
public event EventHandler OnClickOrTouch