C# Class XFAedSearch.Views.GraphicIconButton

Inheritance: NControl.Abstractions.NControlView
Show file Open project: P3PPP/XFAedSearch

Public Properties

Property Type Description
BackColorProperty BindableProperty
CommandParameterProperty BindableProperty
CommandProperty BindableProperty
FillColorProperty BindableProperty
GraphicProperty BindableProperty
IconScaleProperty BindableProperty
OverpaintEnabledProperty BindableProperty

Public Methods

Method Description
GraphicIconButton ( ) : System
TouchesBegan ( IEnumerable points ) : bool
TouchesCancelled ( IEnumerable points ) : bool
TouchesEnded ( IEnumerable points ) : bool

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void
OnPropertyChanging ( string propertyName ) : void

Private Methods

Method Description
ApplyColor ( NGraphics element, NGraphics color ) : void
DrawCircle ( ICanvas canvas, NGraphics rect ) : void
DrawIcon ( ICanvas canvas, NGraphics rect ) : void
ParentPropertyChanged ( object sender, System e ) : void

Method Details

GraphicIconButton() public method

public GraphicIconButton ( ) : System
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

OnPropertyChanging() protected method

protected OnPropertyChanging ( string propertyName ) : void
propertyName string
return void

TouchesBegan() public method

public TouchesBegan ( IEnumerable points ) : bool
points IEnumerable
return bool

TouchesCancelled() public method

public TouchesCancelled ( IEnumerable points ) : bool
points IEnumerable
return bool

TouchesEnded() public method

public TouchesEnded ( IEnumerable points ) : bool
points IEnumerable
return bool

Property Details

BackColorProperty public static property

public static BindableProperty BackColorProperty
return BindableProperty

CommandParameterProperty public static property

public static BindableProperty CommandParameterProperty
return BindableProperty

CommandProperty public static property

public static BindableProperty CommandProperty
return BindableProperty

FillColorProperty public static property

public static BindableProperty FillColorProperty
return BindableProperty

GraphicProperty public static property

public static BindableProperty GraphicProperty
return BindableProperty

IconScaleProperty public static property

public static BindableProperty IconScaleProperty
return BindableProperty

OverpaintEnabledProperty public static property

public static BindableProperty OverpaintEnabledProperty
return BindableProperty