Class LayoutInformation
Inheritance
System.Object
LayoutInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls.Primitives
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public static class LayoutInformation
Methods
| Improve this Doc View SourceGetLayoutClip(FrameworkElement)
Declaration
[NotImplemented]
public static Geometry GetLayoutClip(FrameworkElement element)
Parameters
Type | Name | Description |
---|---|---|
FrameworkElement | element |
Returns
Type | Description |
---|---|
Geometry |
GetLayoutExceptionElement(Dispatcher)
Declaration
[NotImplemented]
public static UIElement GetLayoutExceptionElement(Dispatcher dispatcher)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher |
Returns
Type | Description |
---|---|
UIElement |
GetLayoutSlot(FrameworkElement)
Declaration
[NotImplemented]
public static Rect GetLayoutSlot(FrameworkElement element)
Parameters
Type | Name | Description |
---|---|---|
FrameworkElement | element |
Returns
Type | Description |
---|---|
Rect |