Skip to content

P_Ekstrand_Windows_Forms_IHeaderElements_DashCap

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

IHeaderElements.DashCap Property

Specifies the type of graphic shape to use on both ends of each dash in a dashed line.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

DashCap DashCap { get; set; }

VB

Property DashCap As DashCap
	Get
	Set

C++

property DashCap DashCap {
	DashCap get ();
	void set (DashCap value);
}

F#

abstract DashCap : DashCap with get, set

Property Value

Type: DashCap

See Also

Reference

IHeaderElements Interface
Ekstrand.Windows.Forms Namespace

Clone this wiki locally