ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotAreaColumnDefinition Class / Width Property


In This Topic
    Width Property
    In This Topic
    Gets or sets the width of element.
    Syntax
    'Declaration
     
    
    Public Property Width As GridLength
    'Usage
     
    
    Dim instance As PlotAreaColumnDefinition
    Dim value As GridLength
     
    instance.Width = value
     
    value = instance.Width
    public GridLength Width {get; set;}
    See Also