C# Class SumoNinjaMonkey.Framework.Controls.Clip

显示文件 Open project: liquidboy/X

Public Properties

Property Type Description
ToBoundsProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetToBounds ( DependencyObject depObj ) : bool
SetToBounds ( DependencyObject depObj, bool clipToBounds ) : void

Private Methods

Method Description
ClipToBounds ( FrameworkElement fe ) : void
OnToBoundsPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
fe_Loaded ( object sender, RoutedEventArgs e ) : void
fe_SizeChanged ( object sender, SizeChangedEventArgs e ) : void

Method Details

GetToBounds() public static method

public static GetToBounds ( DependencyObject depObj ) : bool
depObj Windows.UI.Xaml.DependencyObject
return bool

SetToBounds() public static method

public static SetToBounds ( DependencyObject depObj, bool clipToBounds ) : void
depObj Windows.UI.Xaml.DependencyObject
clipToBounds bool
return void

Property Details

ToBoundsProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ToBoundsProperty
return Windows.UI.Xaml.DependencyProperty