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 |