PanelElement Attach - AdarshRise/HandyControl GitHub Wiki
An attached property is intended to be used as a type of global property that is settable on any object.
PanelElement Contains
Property | Description |
FluidMoveBehavior | FluidMoveBehavior allows a component to move smoothly between two positions. |
Available Behaviors |
---|
BehaviorXY200 |
BehaviorX200 |
BehaviorY200 |
BehaviorXY400 |
BehaviorX400 |
BehaviorY400 |
First add HandyControl NameSpace
xmlns:hc="https://handyorg.github.io/handycontrol"
Now
<hc:WaterfallPanel hc:PanelElement.FluidMoveBehavior="{StaticResource BehaviorXY200}"/>
PanelElement.SetFluidMoveBehavior(control, FluidMoveBehavior);
PanelElement.GetFluidMoveBehavior(control);