RectangleD.Width Property

Definition

Gets or sets the width of this RectangleD structure.

public:
 property double Width { double get(); void set(double value); };
public double Width { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.Width : double with get, set
Public Property Width As Double

Property Value

Attributes

Applies to