ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / RibbonShape3D Class / Thickness Property


In This Topic
    Thickness Property
    In This Topic
    Gets or sets the relative thickness of ribbon.
    Syntax
    'Declaration
     
    
    Public Property Thickness As Double
    'Usage
     
    
    Dim instance As RibbonShape3D
    Dim value As Double
     
    instance.Thickness = value
     
    value = instance.Thickness
    public double Thickness {get; set;}
    See Also