menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearClipper - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinearClipper

    Clips the content of the control in a given direction.

    Inheritance
    System.Object
    Clipper
    LinearClipper
    Inherited Members
    Clipper.OnRatioVisibleChanged(Double, Double)
    Clipper.RatioVisible
    Clipper.RatioVisibleProperty
    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
    Clipper.ClipContent()

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved