Diagram.GridSize Property

Definition

Gets or sets the grid size in world units. Each child shape's GridSize defaults to its parent's GridSize. Ultimately, the diagram's GridSize property is the default grid size for these shapes unless the shape's GridSize property has been overridden.

public:
 virtual property double GridSize { double get(); void set(double value); };
public override double GridSize { get; set; }
member this.GridSize : double with get, set
Public Overrides Property GridSize As Double

Property Value

Applies to