LinkShape.GridSize Property

Gets or sets the size of the grid upon which the link shape appears.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Overrides Property GridSize As Double
'使用
Dim instance As LinkShape
Dim value As Double

value = instance.GridSize

instance.GridSize = value
public override double GridSize { get; set; }
public:
virtual property double GridSize {
    double get () override;
    void set (double value) override;
}
public override function get GridSize () : double
public override function set GridSize (value : double)

Property Value

Type: System.Double

The size of the grid upon which the link shape appears.

Permissions

See Also

Reference

LinkShape Class

LinkShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace