Property | Type | Description | |
---|---|---|---|
BackColorProperty | BindableProperty | ||
CommandParameterProperty | BindableProperty | ||
CommandProperty | BindableProperty | ||
FillColorProperty | BindableProperty | ||
GraphicProperty | BindableProperty | ||
IconScaleProperty | BindableProperty | ||
OverpaintEnabledProperty | BindableProperty |
Method | Description | |
---|---|---|
GraphicIconButton ( ) : System | ||
TouchesBegan ( IEnumerable |
||
TouchesCancelled ( IEnumerable |
||
TouchesEnded ( IEnumerable |
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void | ||
OnPropertyChanging ( string propertyName ) : void |
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 |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
protected OnPropertyChanging ( string propertyName ) : void | ||
propertyName | string | |
return | void |
public TouchesBegan ( IEnumerable |
||
points | IEnumerable |
|
return | bool |
public TouchesCancelled ( IEnumerable |
||
points | IEnumerable |
|
return | bool |
public TouchesEnded ( IEnumerable |
||
points | IEnumerable |
|
return | bool |
public static BindableProperty BackColorProperty | ||
return | BindableProperty |
public static BindableProperty CommandParameterProperty | ||
return | BindableProperty |
public static BindableProperty CommandProperty | ||
return | BindableProperty |
public static BindableProperty FillColorProperty | ||
return | BindableProperty |
public static BindableProperty GraphicProperty | ||
return | BindableProperty |
public static BindableProperty IconScaleProperty | ||
return | BindableProperty |