Статические открытые данные | Свойства

Класс FluidKit.Controls.ImageButton

Полный список членов класса

Статические открытые данные

static readonly DependencyProperty ImageDisabledProperty
static readonly DependencyProperty ImageHoverProperty
static readonly DependencyProperty ImageNormalProperty
static readonly DependencyProperty ImagePressedProperty

Свойства

string ImageHover [get, set]
string ImageNormal [get, set]
string ImagePressed [get, set]
string ImageDisabled [get, set]

Данные класса

readonly DependencyProperty FluidKit.Controls.ImageButton.ImageDisabledProperty [static]
Инициализатор
                        DependencyProperty.Register(
                                "ImageDisabled", typeof (string), typeof (ImageButton))
readonly DependencyProperty FluidKit.Controls.ImageButton.ImageHoverProperty [static]
Инициализатор
                        DependencyProperty.Register(
                                "ImageHover", typeof (string), typeof (ImageButton))
readonly DependencyProperty FluidKit.Controls.ImageButton.ImageNormalProperty [static]
Инициализатор
                        DependencyProperty.Register(
                                "ImageNormal", typeof (string), typeof (ImageButton))
readonly DependencyProperty FluidKit.Controls.ImageButton.ImagePressedProperty [static]
Инициализатор
                        DependencyProperty.Register(
                                "ImagePressed", typeof (string), typeof (ImageButton))