Table of Contents

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, INotifyPropertyChanged

Inheritance

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

string

DrawStates

Gets or sets a value indicating whether to draw states.

public bool DrawStates { get; set; }

Property Value

bool

OnClickOrTouch

Occurs when click or touch.

public event EventHandler OnClickOrTouch

Event Type

EventHandler