ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / FrameworkElement3D Class / autoStyle Field


In This Topic
    autoStyle Field (FrameworkElement3D)
    In This Topic
    Stores automatic shape style that was set to the plot element.
    Syntax
    'Declaration
     
    
    Protected autoStyle As ShapeStyle
    'Usage
     
    
    Dim instance As FrameworkElement3D
    Dim value As ShapeStyle
     
    value = instance.autoStyle
     
    instance.autoStyle = value
    protected ShapeStyle autoStyle
    See Also