Class
BridgeTypeModel

Model for populating bridge type options combo box.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Ribbon

Assembly:Telerik.Windows.Controls.Diagrams.Ribbon.dll

Syntax:

cs-api-definition
public class BridgeTypeModel

Inheritance: objectBridgeTypeModel

Constructors

BridgeTypeModel()

Declaration

cs-api-definition
public BridgeTypeModel()

Properties

BridgeType

Connection BridgeType.

Declaration

cs-api-definition
public BridgeType BridgeType { get; set; }

Property Value

BridgeType

IconPath

Path to the bridge type model's icon.

Declaration

cs-api-definition
public string IconPath { get; set; }

Property Value

string