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
'宣言
Public Property GridCellLength As Double
Get
Private Set
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.