Свойство | Тип | Описание | |
---|---|---|---|
DisabledStateImageSourceProperty | |||
DisabledStateImageUriSourceProperty | |||
GenerateMissingImagesProperty | |||
GeneratedDisabledStateGrayscaleAmountProperty | |||
GeneratedHoverStateLightenAmountProperty | |||
GeneratedPressedStateLightenAmountProperty | |||
HoverStateImageSourceProperty | |||
HoverStateImageUriSourceProperty | |||
NormalStateImageSourceProperty | |||
NormalStateImageUriSourceProperty | |||
PressedStateImageSourceProperty | |||
PressedStateImageUriSourceProperty | |||
RecyclePressedStateImageForHoverProperty | |||
StretchProperty |
Метод | Описание | |
---|---|---|
ImageButton ( ) : System |
Initializes a new instance of the ImageButton class.
|
Метод | Описание | |
---|---|---|
OnApplyTemplate ( ) : void |
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.
|
|
OnDisabledStateImageSourceChanged ( ImageSource oldDisabledStateImageSource, ImageSource newDisabledStateImageSource ) : void |
Provides derived classes an opportunity to handle changes to the DisabledStateImageSource property.
|
|
OnGenerateMissingImagesChanged ( bool oldGenerateMissingImages, bool newGenerateMissingImages ) : void |
Provides derived classes an opportunity to handle changes to the GenerateMissingImages property.
|
|
OnGeneratedDisabledStateGrayscaleAmountChanged ( double oldGeneratedDisabledStateGrayscaleAmount, double newGeneratedDisabledStateGrayscaleAmount ) : void |
Provides derived classes an opportunity to handle changes to the GeneratedDisabledStateGrayscaleAmount property.
|
|
OnGeneratedHoverStateLightenAmountChanged ( double oldGeneratedHoverStateLightenAmount, double newGeneratedHoverStateLightenAmount ) : void |
Provides derived classes an opportunity to handle changes to the GeneratedHoverStateLightenAmount property.
|
|
OnGeneratedPressedStateLightenAmountChanged ( double oldGeneratedPressedStateLightenAmount, double newGeneratedPressedStateLightenAmount ) : void |
Provides derived classes an opportunity to handle changes to the GeneratedPressedStateLightenAmount property.
|
|
OnHoverStateImageSourceChanged ( ImageSource oldHoverStateImageSource, ImageSource newHoverStateImageSource ) : void |
Provides derived classes an opportunity to handle changes to the HoverStateImageSource property.
|
|
OnNormalStateImageSourceChanged ( ImageSource oldNormalStateImageSource, ImageSource newNormalStateImageSource ) : void |
Provides derived classes an opportunity to handle changes to the NormalStateImageSource property.
|
|
OnPressedStateImageSourceChanged ( ImageSource oldPressedStateImageSource, ImageSource newPressedStateImageSource ) : void |
Provides derived classes an opportunity to handle changes to the PressedStateImageSource property.
|
|
OnRecyclePressedStateImageForHoverChanged ( bool oldRecyclePressedStateImageForHover, bool newRecyclePressedStateImageForHover ) : void |
Provides derived classes an opportunity to handle changes to the RecyclePressedStateImageForHover property.
|
Метод | Описание | |
---|---|---|
GenerateDisabledStateImage ( ) : void | ||
GenerateHoverStateImage ( ) : void | ||
GeneratePressedStateImage ( ) : void | ||
OnDisabledStateImageSourceChanged ( |
Handles changes to the DisabledStateImageSource property.
|
|
OnDisabledStateImageUriSourceChanged ( |
Handles changes to the DisabledStateImageUriSource property.
|
|
OnDisabledStateImageUriSourceChanged ( Uri oldDisabledStateImageUriSource, Uri newDisabledStateImageUriSource ) : void |
Provides derived classes an opportunity to handle changes to the DisabledStateImageUriSource property.
|
|
OnGenerateMissingImagesChanged ( |
Handles changes to the GenerateMissingImages property.
|
|
OnGeneratedDisabledStateGrayscaleAmountChanged ( |
Handles changes to the GeneratedDisabledStateGrayscaleAmount property.
|
|
OnGeneratedHoverStateLightenAmountChanged ( |
Handles changes to the GeneratedHoverStateLightenAmount property.
|
|
OnGeneratedPressedStateLightenAmountChanged ( |
Handles changes to the GeneratedPressedStateLightenAmount property.
|
|
OnHoverStateImageSourceChanged ( |
Handles changes to the HoverStateImageSource property.
|
|
OnHoverStateImageUriSourceChanged ( |
Handles changes to the HoverStateImageUriSource property.
|
|
OnHoverStateImageUriSourceChanged ( Uri oldHoverStateImageUriSource, Uri newHoverStateImageUriSource ) : void |
Provides derived classes an opportunity to handle changes to the HoverStateImageUriSource property.
|
|
OnNormalStateImageSourceChanged ( |
Handles changes to the NormalStateImageSource property.
|
|
OnNormalStateImageUriSourceChanged ( |
Handles changes to the NormalStateImageUriSource property.
|
|
OnNormalStateImageUriSourceChanged ( Uri oldNormalStateImageUriSource, Uri newNormalStateImageUriSource ) : void |
Provides derived classes an opportunity to handle changes to the NormalStateImageUriSource property.
|
|
OnPressedStateImageSourceChanged ( |
Handles changes to the PressedStateImageSource property.
|
|
OnPressedStateImageUriSourceChanged ( |
Handles changes to the PressedStateImageUriSource property.
|
|
OnPressedStateImageUriSourceChanged ( Uri oldPressedStateImageUriSource, Uri newPressedStateImageUriSource ) : void |
Provides derived classes an opportunity to handle changes to the PressedStateImageUriSource property.
|
|
OnRecyclePressedStateImageForHoverChanged ( |
Handles changes to the RecyclePressedStateImageForHover property.
|
|
UpdateDisabledStateImage ( ) : void | ||
UpdateHoverStateImage ( ) : void | ||
UpdateNormalStateImage ( ) : void | ||
UpdatePressedStateImage ( ) : void | ||
UpdateRecycledHoverStateImages ( ) : void |
protected OnDisabledStateImageSourceChanged ( ImageSource oldDisabledStateImageSource, ImageSource newDisabledStateImageSource ) : void | ||
oldDisabledStateImageSource | ImageSource | The old DisabledStateImageSource value |
newDisabledStateImageSource | ImageSource | The new DisabledStateImageSource value |
Результат | void |
protected OnGenerateMissingImagesChanged ( bool oldGenerateMissingImages, bool newGenerateMissingImages ) : void | ||
oldGenerateMissingImages | bool | The old GenerateMissingImages value |
newGenerateMissingImages | bool | The new GenerateMissingImages value |
Результат | void |
protected OnGeneratedDisabledStateGrayscaleAmountChanged ( double oldGeneratedDisabledStateGrayscaleAmount, double newGeneratedDisabledStateGrayscaleAmount ) : void | ||
oldGeneratedDisabledStateGrayscaleAmount | double | The old GeneratedDisabledStateGrayscaleAmount value |
newGeneratedDisabledStateGrayscaleAmount | double | The new GeneratedDisabledStateGrayscaleAmount value |
Результат | void |
protected OnGeneratedHoverStateLightenAmountChanged ( double oldGeneratedHoverStateLightenAmount, double newGeneratedHoverStateLightenAmount ) : void | ||
oldGeneratedHoverStateLightenAmount | double | The old GeneratedHoverStateLightenAmount value |
newGeneratedHoverStateLightenAmount | double | The new GeneratedHoverStateLightenAmount value |
Результат | void |
protected OnGeneratedPressedStateLightenAmountChanged ( double oldGeneratedPressedStateLightenAmount, double newGeneratedPressedStateLightenAmount ) : void | ||
oldGeneratedPressedStateLightenAmount | double | The old GeneratedPressedStateLightenAmount value |
newGeneratedPressedStateLightenAmount | double | The new GeneratedPressedStateLightenAmount value |
Результат | void |
protected OnHoverStateImageSourceChanged ( ImageSource oldHoverStateImageSource, ImageSource newHoverStateImageSource ) : void | ||
oldHoverStateImageSource | ImageSource | The old HoverStateImageSource value |
newHoverStateImageSource | ImageSource | The new HoverStateImageSource value |
Результат | void |
protected OnNormalStateImageSourceChanged ( ImageSource oldNormalStateImageSource, ImageSource newNormalStateImageSource ) : void | ||
oldNormalStateImageSource | ImageSource | The old NormalStateImageSource value |
newNormalStateImageSource | ImageSource | The new NormalStateImageSource value |
Результат | void |
protected OnPressedStateImageSourceChanged ( ImageSource oldPressedStateImageSource, ImageSource newPressedStateImageSource ) : void | ||
oldPressedStateImageSource | ImageSource | The old PressedStateImageSource value |
newPressedStateImageSource | ImageSource | The new PressedStateImageSource value |
Результат | void |
protected OnRecyclePressedStateImageForHoverChanged ( bool oldRecyclePressedStateImageForHover, bool newRecyclePressedStateImageForHover ) : void | ||
oldRecyclePressedStateImageForHover | bool | The old RecyclePressedStateImageForHover value |
newRecyclePressedStateImageForHover | bool | The new RecyclePressedStateImageForHover value |
Результат | void |
public static DependencyProperty,Windows.UI.Xaml DisabledStateImageSourceProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml DisabledStateImageUriSourceProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml GenerateMissingImagesProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml GeneratedDisabledStateGrayscaleAmountProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml GeneratedHoverStateLightenAmountProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml GeneratedPressedStateLightenAmountProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml HoverStateImageSourceProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml HoverStateImageUriSourceProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml NormalStateImageSourceProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml NormalStateImageUriSourceProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml PressedStateImageSourceProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml PressedStateImageUriSourceProperty | ||
Результат |
public static DependencyProperty,Windows.UI.Xaml RecyclePressedStateImageForHoverProperty | ||
Результат |