BinaryLinkShapeBase.DecoratorsSize 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.
The total size of the decorators - needed for UI invalidation calculations
protected:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::SizeD DecoratorsSize { Microsoft::VisualStudio::Modeling::Diagrams::SizeD get(); };
protected override Microsoft.VisualStudio.Modeling.Diagrams.SizeD DecoratorsSize { get; }
member this.DecoratorsSize : Microsoft.VisualStudio.Modeling.Diagrams.SizeD
Protected Overrides ReadOnly Property DecoratorsSize As SizeD