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