ImageButtonBase.EnabledImageSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the image to be used for the enabled state
public:
property System::Windows::Media::ImageSource ^ EnabledImageSource { System::Windows::Media::ImageSource ^ get(); void set(System::Windows::Media::ImageSource ^ value); };
public System.Windows.Media.ImageSource EnabledImageSource { get; set; }
member this.EnabledImageSource : System.Windows.Media.ImageSource with get, set
Public Property EnabledImageSource As ImageSource