Property | Type | Description | |
---|---|---|---|
colours | Primitive | ||
img | System.Windows.Media.Imaging.BitmapSource | ||
name | string | ||
orientation | string | ||
textData | Primitive>.Dictionary |
Method | Description | |
---|---|---|
GradientBrush ( string _name, System.Windows.Media.Imaging.BitmapSource _img ) : System | ||
GradientBrush ( string _name, Primitive>.Dictionary |
||
GradientBrush ( string _name, Primitive _colours, string _orientation ) : System | ||
getBrush ( ) : System.Windows.Media.Brush |
public GradientBrush ( string _name, System.Windows.Media.Imaging.BitmapSource _img ) : System | ||
_name | string | |
_img | System.Windows.Media.Imaging.BitmapSource | |
return | System |
public GradientBrush ( string _name, Primitive>.Dictionary |
||
_name | string | |
_textData | Primitive>.Dictionary | |
return | System |
public GradientBrush ( string _name, Primitive _colours, string _orientation ) : System | ||
_name | string | |
_colours | Primitive | |
_orientation | string | |
return | System |
public getBrush ( ) : System.Windows.Media.Brush | ||
return | System.Windows.Media.Brush |
public BitmapSource,System.Windows.Media.Imaging img | ||
return | System.Windows.Media.Imaging.BitmapSource |