Property | Type | Description | |
---|---|---|---|
ImageProperty | |||
MaxHeightProperty | |||
MaxWidthProperty |
Method | Description | |
---|---|---|
GetImage ( |
||
GetMaxHeight ( |
||
GetMaxWidth ( |
||
SetImage ( |
||
SetMaxHeight ( |
||
SetMaxWidth ( |
Method | Description | |
---|---|---|
Control_MouseDown ( object sender, System.Windows.Input.MouseEventArgs e ) : void | ||
OnImageChanged ( |
public static GetImage ( |
||
obj | ||
return | string |
public static GetMaxHeight ( |
||
obj | ||
return | double |
public static GetMaxWidth ( |
||
obj | ||
return | double |
public static SetImage ( |
||
obj | ||
value | string | |
return | void |
public static SetMaxHeight ( |
||
obj | ||
value | double | |
return | void |
public static SetMaxWidth ( |
||
obj | ||
value | double | |
return | void |
public static DependencyProperty,System.Windows ImageProperty | ||
return |
public static DependencyProperty,System.Windows MaxHeightProperty | ||
return |