ShapeElement.DefaultSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default size of a ShapeElement in world units.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::SizeD DefaultSize { Microsoft::VisualStudio::Modeling::Diagrams::SizeD get(); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.SizeD DefaultSize { get; }
member this.DefaultSize : Microsoft.VisualStudio.Modeling.Diagrams.SizeD
Public Overridable ReadOnly Property DefaultSize As SizeD
Property Value
Remarks
The base class behavior is to have default size of a ShapeElement be its minimum size.