ClipToBoundsHelper
StockSharp.Xaml.Charting.Common
Attached property which helps to set ClipToBounds property
Métodos
GetClipToBounds(DependencyObject) : bool
Gets the ClipToBounds DependencyProperty value
- depObj
- The dependencyObject target
Devuelve: The ClipToBounds property value
GetClipToEllipseBounds(DependencyObject) : bool
Gets the ClipToEllipseBounds DependencyProperty value
- depObj
SetClipToBounds(DependencyObject, bool)
Sets the ClipToBounds DependencyProperty value. If true, the target object clips any child elements to the bounds when rendering.
- depObj
- The dependencyObject target
- clipToBounds
- if set to true clip to bounds.
SetClipToEllipseBounds(DependencyObject, bool)
Sets the ClipToEllipseBounds DependencyProperty value. If true, the target object clips any child elements to the ellipse bounds when rendering.
- depObj
- value
Campos
ClipToBoundsProperty : DependencyProperty
Defines the ClipToBounds DependencyProperty
ClipToEllipseBoundsProperty : DependencyProperty
Defines the ClipToEllipseBounds DependencyProperty