menu

UWP

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

    Show / Hide Table of Contents

    Class Clip

    Represents a class to clip the contents of element to fit into the size of the containing element.

    Inheritance
    System.Object
    Clip
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class Clip : Object

    Constructors

    Clip()

    Declaration
    public Clip()

    Fields

    ToBoundsProperty

    Using a DependencyProperty as the backing store for ToBounds. This enables animation, styling, binding, etc...

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

    Methods

    GetToBounds(DependencyObject)

    Gets the bound value.

    Declaration
    public static bool GetToBounds(DependencyObject depObj)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject depObj
    Returns
    Type
    System.Boolean

    SetToBounds(DependencyObject, Boolean)

    Sets the bound value.

    Declaration
    public static void SetToBounds(DependencyObject dependencyobject, bool clipToBounds)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject dependencyobject
    System.Boolean clipToBounds

    Extension Methods

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