Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

ce617e20 f14f 8c10 4c9f 79fca7af888a

haplokuon edited this page May 6, 2023 · 1 revision

Owner Property

netDxf 3.0.0 Library

Gets the owner of the actual text style.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public TextStyles Owner { get; }

VB

Public ReadOnly Property Owner As TextStyles
	Get

C++

public:
property TextStyles^ Owner {
	TextStyles^ get ();
}

F#

member Owner : TextStyles with get

Property Value

TextStyles

See Also

Reference

TextStyle Class
netDxf.Tables Namespace

Clone this wiki locally