ComponentOne Chart for WPF and Silverlight
Material Property


C1.WPF.C1Chart Namespace > FrameworkElement3D Class : Material Property
Gets or sets the material of element.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public Property Material As System.Windows.Media.Media3D.Material
'Usage
 
Dim instance As FrameworkElement3D
Dim value As System.Windows.Media.Media3D.Material
 
instance.Material = value
 
value = instance.Material
[System.ComponentModel.Browsable(false)]
public System.Windows.Media.Media3D.Material Material {get; set;}
See Also

Reference

FrameworkElement3D Class
FrameworkElement3D Members