Class LinearClipper
Clips the content of the control in a given direction.
Inherited Members
Namespace: Syncfusion.Windows.Primitives
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class LinearClipper : Clipper
Constructors
LinearClipper()
Declaration
public LinearClipper()
Fields
ExpandDirectionProperty
Identifies the ExpandDirection dependency property.
Declaration
public static readonly DependencyProperty ExpandDirectionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ExpandDirection
Gets or sets the clipped edge.
Declaration
public ExpandDirection ExpandDirection { get; set; }
Property Value
Type |
---|
ExpandDirection |
Methods
ClipContent()
Updates the clip geometry.
Declaration
protected override void ClipContent()
Overrides
OnExpandDirectionChanged(ExpandDirection, ExpandDirection)
ExpandDirectionProperty property changed handler.
Declaration
protected virtual void OnExpandDirectionChanged(ExpandDirection oldValue, ExpandDirection newValue)
Parameters
Type | Name | Description |
---|---|---|
ExpandDirection | oldValue | Old value. |
ExpandDirection | newValue | New value. |