Table of Contents

Class StaticResourcesExtensions

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public static class StaticResourcesExtensions
Inheritance
StaticResourcesExtensions
Inherited Members

Methods

FindParentByType<T>(SkiaControl)

public static T FindParentByType<T>(this SkiaControl view) where T : Element

Parameters

view SkiaControl

Returns

T

Type Parameters

T

FindParent<T>(Element)

public static T FindParent<T>(this Element view) where T : Element

Parameters

view Element

Returns

T

Type Parameters

T

GetAllWithMyselfParents(VisualElement)

public static List<VisualElement> GetAllWithMyselfParents(this VisualElement view)

Parameters

view VisualElement

Returns

List<VisualElement>

GetSetterValue<T>(Style, BindableProperty)

public static T GetSetterValue<T>(this Style style, BindableProperty property)

Parameters

style Style
property BindableProperty

Returns

T

Type Parameters

T

Get<T>(ResourceDictionary, string, VisualElement)

public static T Get<T>(this ResourceDictionary resources, string name, VisualElement view = null)

Parameters

resources ResourceDictionary
name string
view VisualElement

Returns

T

Type Parameters

T