-
-
Notifications
You must be signed in to change notification settings - Fork 230
Nodify_DecoratorContainer
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify
Assembly: Nodify
Inheritance: Object → DispatcherObject → DependencyObject → Visual → UIElement → FrameworkElement → Control → ContentControl → DecoratorContainer
Implements: INodifyCanvasItem
References: NodifyEditor
The container for all the items generated from the NodifyEditor.Decorators collection.
public class DecoratorContainer : ContentControl, INodifyCanvasItem
public DecoratorContainer();
Gets the actual size of this DecoratorContainer.
public Size ActualSize { get; set; }
Property Value
Gets or sets the location of this DecoratorContainer inside the NodifyEditor.DecoratorsHost.
public virtual Point Location { get; set; }
Property Value
Raises the DecoratorContainer.LocationChangedEvent.
protected void OnLocationChanged();
protected override void OnRenderSizeChanged(SizeChangedInfo sizeInfo);
Parameters
sizeInfo
SizeChangedInfo
Occurs when the DecoratorContainer.Location of this DecoratorContainer is changed.
public event RoutedEventHandler LocationChanged;
Event Type