Class LinearClipper
Clips the content of the control in a given direction.
Inheritance
System.Object
LinearClipper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls.Primitives
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public class LinearClipper : Clipper
Fields
| Improve this Doc View SourceExpandDirectionProperty
Identifies the ExpandDirection dependency property.
Declaration
public static readonly DependencyProperty ExpandDirectionProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceExpandDirection
Gets or sets the clipped edge.
Declaration
public ExpandDirection ExpandDirection { get; set; }
Property Value
Type | Description |
---|---|
ExpandDirection |
Methods
| Improve this Doc View SourceClipContent()
Updates the clip geometry.
Declaration
protected override void ClipContent()
Overrides
| Improve this Doc View SourceOnExpandDirectionChanged(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. |