Class LinearClipper
Clips the content of the control in a given direction.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Primitives
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
[ClassReference(IsReviewed = false, ShouldInclude = false)]
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 |
---|
Windows.UI.Xaml.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. |