Table of Contents

Interface ISkiaRadioButton

Namespace
DrawnUi.Controls
Assembly
DrawnUi.Maui.dll
public interface ISkiaRadioButton : ISkiaControl, IDrawnBase, IDisposable, ICanBeUpdatedWithContext, ICanBeUpdated
Inherited Members
Extension Methods

Properties

GroupName

string GroupName { get; set; }

Property Value

string

GroupParent

SkiaControl GroupParent { get; }

Property Value

SkiaControl

Methods

GetValueInternal()

bool GetValueInternal()

Returns

bool

SetValueInternal(bool)

void SetValueInternal(bool value)

Parameters

value bool