4 implementations of Width
Microsoft.Maui.Controls (4)
Cells\Cell.cs (1)
151 double IFlowDirectionController.Width => (Parent as VisualElement)?.Width ?? 0;
Shell\BaseShellItem.cs (1)
293 double IFlowDirectionController.Width => (Parent as VisualElement)?.Width ?? 0;
VisualElement\VisualElement.cs (1)
869 public double Width
Window\Window.cs (1)
355 double IFlowDirectionController.Width => (Page as VisualElement)?.Width ?? 0;
3 references to Width
Microsoft.Maui.Controls (3)
LegacyLayouts\Layout.cs (3)
225 (parent.Width - region.Right) != region.X) 227 region = new Rect(parent.Width - region.Right, region.Y, region.Width, region.Height); 493 region = new Rect(parent.Width - region.Right, region.Y, region.Width, region.Height);