menu

UWP

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

    Show / Hide Table of Contents

    Class Clipper

    Clips a ratio of its content.

    Inheritance
    System.Object
    Clipper
    LinearClipper
    Namespace: Syncfusion.UI.Xaml.Primitives
    Assembly: Syncfusion.SfShared.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false, ShouldInclude = false)]
    public abstract class Clipper : ContentControl

    Constructors

    Clipper()

    Initializes a new instance of the Clipper class.

    Declaration
    protected Clipper()

    Fields

    RatioVisibleProperty

    Identifies the RatioVisible dependency property.

    Declaration
    public static readonly DependencyProperty RatioVisibleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    RatioVisible

    Gets or sets the percentage of the item visible.

    Declaration
    public double RatioVisible { get; set; }
    Property Value
    Type
    System.Double

    Methods

    ClipContent()

    Updates the clip geometry.

    Declaration
    protected abstract void ClipContent()

    OnRatioVisibleChanged(Double, Double)

    RatioVisibleProperty property changed handler.

    Declaration
    protected virtual void OnRatioVisibleChanged(double oldValue, double newValue)
    Parameters
    Type Name Description
    System.Double oldValue

    Old value.

    System.Double newValue

    New value.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved