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