Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
true if this shape can be resized when the size or position of a child shape is changed.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property AllowsChildrenToResizeParent As Boolean
public virtual bool AllowsChildrenToResizeParent { get; }
public:
virtual property bool AllowsChildrenToResizeParent {
bool get ();
}
abstract AllowsChildrenToResizeParent : bool with get
override AllowsChildrenToResizeParent : bool with get
function get AllowsChildrenToResizeParent () : boolean
Property Value
Type: Boolean
Remarks
By default, the return value is false.
.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.