NavigationEntityProperty.Width Property

Definition

Gets or sets the width of the property.

public:
 property int Width { int get(); void set(int value); };
[System.ComponentModel.DefaultValue(-1)]
public int Width { get; set; }
[<System.ComponentModel.DefaultValue(-1)>]
member this.Width : int with get, set
Public Property Width As Integer

Property Value

An integer that represents the specified width of the property.

Attributes

Applies to