Class GraphicsView<TDrawable>
Inheritance
System.Object
GraphicsView<TDrawable>
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public abstract class GraphicsView<TDrawable> : SkiaGraphicsView, IMeasurable where TDrawable : GraphicsViewDrawable
Type Parameters
Name |
Description |
TDrawable |
|
Constructors
GraphicsView()
Declaration
Properties
Drawable
Declaration
protected TDrawable Drawable { get; set; }
Property Value
Type |
Description |
TDrawable |
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetProperty<T>(String)
Declaration
protected T GetProperty<T>(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type Parameters
Measure(Double, Double)
Declaration
public virtual Size Measure(double availableWidth, double availableHeight)
Parameters
Type |
Name |
Description |
System.Double |
availableWidth |
|
System.Double |
availableHeight |
|
Returns
OnFocused(Object, EventArgs)
Declaration
protected virtual void OnFocused(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
OnTouch(Object, TouchEventArgs)
Declaration
protected virtual bool OnTouch(object source, TouchEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
TouchEventArgs |
e |
|
Returns
Type |
Description |
System.Boolean |
|
OnUnfocused(Object, EventArgs)
Declaration
protected virtual void OnUnfocused(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
SetProperty<T>(String, T)
Declaration
protected void SetProperty<T>(string name, T value)
Parameters
Type |
Name |
Description |
System.String |
name |
|
T |
value |
|
Type Parameters
Implements