GridCellLengthAttribute.GridCellLength Property

Gets the length of the cell.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Déclaration
Public Property GridCellLength As Double
public double GridCellLength { get; private set; }
public:
property double GridCellLength {
    double get ();
    private: void set (double value);
}
member GridCellLength : float with get, private set
function get GridCellLength () : double
private function set GridCellLength (value : double)

Property Value

Type: System.Double
The length of the cell.

.NET Framework Security

See Also

Reference

GridCellLengthAttribute Class

Microsoft.VisualStudio.Text.Editor Namespace