Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.