ItemLocationDirectSetParentSize Method |
Sets the parent size used to resolve relative values.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual void SetParentSize(
PointD2D parentSize,
bool shouldTriggerChangedEvent
)
Parameters
- parentSize PointD2D
- The parent size.
- shouldTriggerChangedEvent Boolean
- If set to true, raises a changed event when the value changes.
See Also