NChartLinearGradientBrushShadingModel Property |
Shading model that should be applied to an object if it's painted with this brush. You should understand
that different shading models are not always supported. For example if you paint some background with the brush
only plain shading (read -- no shading) is possible. But if you paint some 3d-object different models can be
chosen (it is possible to draw this object as if it was lightened by some light source).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartShadingModel ShadingModel { get; set; }
Public Property ShadingModel As NChartShadingModel
Get
Set
public:
virtual property NChartShadingModel ShadingModel {
NChartShadingModel get () sealed;
void set (NChartShadingModel value) sealed;
}
Property Value
Type:
NChartShadingModelImplements
INChartBrushShadingModelSee Also