Overview
Xamarin.Forms UI component that a button with an image
Properties | |
Action | LongPressAction [get, set] |
Action on Long Press (must be set before rendering) More... | |
System.Reflection.Assembly | ImageAssembly [get, set] |
Gets or sets the assembly that holds the resources (normally does not need to be set) More... | |
double | ImageScale [get, set] |
Gets or sets the scale of the image (default is 1.0) More... | |
string | ImageName [get, set] |
Gets or sets the name of the image, which must be an embedded resource More... | |
string | HighlightedImageName [get, set] |
Gets or sets the name of the highlighted image, which must be an embedded resource More... | |
Action | Action [get, set] |
Gets or sets the action. More... | |
Constants | |
static readonly BindableProperty | ImageAssemblyProperty |
BindableProperty for ImageAssembly More... | |
static readonly BindableProperty | ImageScaleProperty |
BindableProperty for ImageName More... | |
static readonly BindableProperty | ImageNameProperty |
BindableProperty for ImageName More... | |
static readonly BindableProperty | HighlightedImageNameProperty |
BindableProperty for HighlightedImageName More... | |
static readonly BindableProperty | ActionProperty |
BindableProperty for Action More... | |
Property Documentation
◆ LongPressAction
|
getset |
Action on Long Press (must be set before rendering)
◆ ImageAssembly
|
getset |
Gets or sets the assembly that holds the resources (normally does not need to be set)
The assembly.
◆ ImageScale
|
getset |
Gets or sets the scale of the image (default is 1.0)
The scale of the image
◆ ImageName
|
getset |
Gets or sets the name of the image, which must be an embedded resource
The name of the image (an embedded resource).
◆ HighlightedImageName
|
getset |
Gets or sets the name of the highlighted image, which must be an embedded resource
The name of the highlighted image (an embedded resource).
◆ Action
|
getset |
Gets or sets the action.
The code to execute when the image button is pressed.
Member Data Documentation
◆ ImageAssemblyProperty
|
static |
BindableProperty for ImageAssembly
◆ ImageScaleProperty
|
static |
BindableProperty for ImageName
◆ ImageNameProperty
|
static |
BindableProperty for ImageName
◆ HighlightedImageNameProperty
|
static |
BindableProperty for HighlightedImageName
◆ ActionProperty
|
static |
BindableProperty for Action
Copyright © 2012-2017 U Grok It, Inc. connect@UGrokIt.com U Grok It and the U Grok It logo are registered trademarks of U Grok It, Inc. All other trademarks and copyrights are the property of their respective owners |