BoundingBoxSettings(Font, UInt16) Constructor

Constructor with font and line pattern.
Public Sub New( _ 
ByVal labelFont As Font, _ 
ByVal linePattern As UInt16
)
This language is not supported or no code example is available.
public BoundingBoxSettings( 
Font labelFont
UInt16 linePattern 
)
This language is not supported or no code example is available.

Parameters

labelFont
Font

The label font to use.

linePattern
UInt16

Pattern used to draw the wire-frame box.

.NET Framework

Supported in: 4.8

In this article

Definition