Skip to content

P_Ekstrand_Windows_Forms_IBorderElements_DashPattern

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

IBorderElements.DashPattern Property

Gets or sets an array of custom dashes and spaces.

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

Syntax

C#

float[] DashPattern { get; set; }

VB

Property DashPattern As Single()
	Get
	Set

C++

property array<float>^ DashPattern {
	array<float>^ get ();
	void set (array<float>^ value);
}

F#

abstract DashPattern : float32[] with get, set

Property Value

Type: Single[]

See Also

Reference

IBorderElements Interface
Ekstrand.Windows.Forms Namespace

Clone this wiki locally