File: IFlowDirectionController.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
#nullable disable
namespace Microsoft.Maui.Controls
{
	internal interface IFlowDirectionController
	{
		EffectiveFlowDirection EffectiveFlowDirection { get; set; }
 
		double Width { get; }
 
		bool ApplyEffectiveFlowDirectionToChildContainer { get; }
	}
}