Edit

Share via


CompositeDesignerTheme.ConnectorStartCap Property

Definition

Gets or sets a value that determines the shape that appears at the beginning of a connector.

public:
 virtual property System::Workflow::ComponentModel::Design::LineAnchor ConnectorStartCap { System::Workflow::ComponentModel::Design::LineAnchor get(); void set(System::Workflow::ComponentModel::Design::LineAnchor value); };
public virtual System.Workflow.ComponentModel.Design.LineAnchor ConnectorStartCap { get; set; }
member this.ConnectorStartCap : System.Workflow.ComponentModel.Design.LineAnchor with get, set
Public Overridable Property ConnectorStartCap As LineAnchor

Property Value

A LineAnchor enumeration value that defines the shape that appears at the beginning of the connector. The default value is None.

Applies to