Table of Contents

Enum Border

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Defines the supported border styles for rendered elements.

public enum Border

Fields

Dashed = 1

Renders the element border as a dashed line.

Dotted = 2

Renders the element border as a dotted line.

Solid = 0

Renders the element border as a continuous line.