NChartTextureBrushImage Property |
Image of the brush.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartRawBitmap Image { get; set; }
Public Property Image As NChartRawBitmap
Get
Set
public:
virtual property NChartRawBitmap^ Image {
NChartRawBitmap^ get () sealed;
void set (NChartRawBitmap^ value) sealed;
}
Property Value
Type:
NChartRawBitmapSee Also