C# Class XFAedSearch.Views.RoundedButton

Inheritance: NControl.Abstractions.NControlView
Mostrar archivo Open project: P3PPP/XFAedSearch

Public Properties

Property Type Description
BackColorProperty BindableProperty
BorderColorProperty BindableProperty
BorderWidthProperty BindableProperty
CommandParameterProperty BindableProperty
CommandProperty BindableProperty
FontSizeProperty BindableProperty
TextColorProperty BindableProperty
TextProperty BindableProperty

Private Properties

Property Type Description
OnFontSizeChanged void
OnTextChanged void
OnTextColorChanged void

Public Methods

Method Description
Draw ( ICanvas canvas, NGraphics.Rect rect ) : void
RoundedButton ( ) : System
TouchesBegan ( IEnumerable points ) : bool
TouchesCancelled ( IEnumerable points ) : bool
TouchesEnded ( IEnumerable points ) : bool

Private Methods

Method Description
OnFontSizeChanged ( ) : void
OnTextChanged ( ) : void
OnTextColorChanged ( ) : void

Method Details

Draw() public method

public Draw ( ICanvas canvas, NGraphics.Rect rect ) : void
canvas ICanvas
rect NGraphics.Rect
return void

RoundedButton() public method

public RoundedButton ( ) : System
return System

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_oe static_oe property

public static BindableProperty BackColorProperty
return BindableProperty

BorderColorProperty public_oe static_oe property

public static BindableProperty BorderColorProperty
return BindableProperty

BorderWidthProperty public_oe static_oe property

public static BindableProperty BorderWidthProperty
return BindableProperty

CommandParameterProperty public_oe static_oe property

public static BindableProperty CommandParameterProperty
return BindableProperty

CommandProperty public_oe static_oe property

public static BindableProperty CommandProperty
return BindableProperty

FontSizeProperty public_oe static_oe property

public static BindableProperty FontSizeProperty
return BindableProperty

TextColorProperty public_oe static_oe property

public static BindableProperty TextColorProperty
return BindableProperty

TextProperty public_oe static_oe property

public static BindableProperty TextProperty
return BindableProperty