RadMultiPath
Class
Represents a multitude of paths.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadMultiPath : RadLayout
Inheritance: objectRadLayoutRadMultiPath
Inherited Members
Constructors
Initializes a new instance of the multi path.
C#
public RadMultiPath()
Properties
Gets the collection of path definitions describing the multi path.
C#
public ObservableItemCollection<RadPathDefinition> Definitions { get; }