C# Class XFAedSearch.Views.GraphicIconButton

Inheritance: NControl.Abstractions.NControlView
Afficher le fichier Open project: P3PPP/XFAedSearch

Méthodes publiques

Свойство Type Description
BackColorProperty BindableProperty
CommandParameterProperty BindableProperty
CommandProperty BindableProperty
FillColorProperty BindableProperty
GraphicProperty BindableProperty
IconScaleProperty BindableProperty
OverpaintEnabledProperty BindableProperty

Méthodes publiques

Méthode Description
GraphicIconButton ( ) : System
TouchesBegan ( IEnumerable points ) : bool
TouchesCancelled ( IEnumerable points ) : bool
TouchesEnded ( IEnumerable points ) : bool

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void
OnPropertyChanging ( string propertyName ) : void

Private Methods

Méthode 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 méthode

public GraphicIconButton ( ) : System
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

OnPropertyChanging() protected méthode

protected OnPropertyChanging ( string propertyName ) : void
propertyName string
Résultat void

TouchesBegan() public méthode

public TouchesBegan ( IEnumerable points ) : bool
points IEnumerable
Résultat bool

TouchesCancelled() public méthode

public TouchesCancelled ( IEnumerable points ) : bool
points IEnumerable
Résultat bool

TouchesEnded() public méthode

public TouchesEnded ( IEnumerable points ) : bool
points IEnumerable
Résultat bool

Property Details

BackColorProperty public_oe static_oe property

public static BindableProperty BackColorProperty
Résultat BindableProperty

CommandParameterProperty public_oe static_oe property

public static BindableProperty CommandParameterProperty
Résultat BindableProperty

CommandProperty public_oe static_oe property

public static BindableProperty CommandProperty
Résultat BindableProperty

FillColorProperty public_oe static_oe property

public static BindableProperty FillColorProperty
Résultat BindableProperty

GraphicProperty public_oe static_oe property

public static BindableProperty GraphicProperty
Résultat BindableProperty

IconScaleProperty public_oe static_oe property

public static BindableProperty IconScaleProperty
Résultat BindableProperty

OverpaintEnabledProperty public_oe static_oe property

public static BindableProperty OverpaintEnabledProperty
Résultat BindableProperty