File: Shapes\PathSegment.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
namespace Microsoft.Maui.Controls.Shapes
{
	/// <include file="../../../docs/Microsoft.Maui.Controls.Shapes/PathSegment.xml" path="Type[@FullName='Microsoft.Maui.Controls.Shapes.PathSegment']/Docs/*" />
	public abstract class PathSegment : BindableObject, IAnimatable
	{
		/// <include file="../../../docs/Microsoft.Maui.Controls.Shapes/PathSegment.xml" path="//Member[@MemberName='BatchBegin']/Docs/*" />
		public void BatchBegin()
		{
 
		}
 
		/// <include file="../../../docs/Microsoft.Maui.Controls.Shapes/PathSegment.xml" path="//Member[@MemberName='BatchCommit']/Docs/*" />
		public void BatchCommit()
		{
 
		}
	}
}