Class BridgeTypeModel
Model for populating bridge type options combo box.
Inheritance
System.Object
BridgeTypeModel
Namespace: Telerik.Windows.Controls.Diagrams.Ribbon
Assembly: Telerik.Windows.Controls.Diagrams.Ribbon.dll
Syntax
public class BridgeTypeModel : Object
Constructors
BridgeTypeModel()
Declaration
public BridgeTypeModel()
Properties
BridgeType
Connection BridgeType.
Declaration
public BridgeType BridgeType { get; set; }
Property Value
BridgeType
|
IconPath
Path to the bridge type model's icon.
Declaration
public string IconPath { get; set; }
Property Value
System.String
|