This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 436
ce617e20 f14f 8c10 4c9f 79fca7af888a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the owner of the actual text style.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public TextStyles Owner { get; }VB
Public ReadOnly Property Owner As TextStyles
GetC++
public:
property TextStyles^ Owner {
TextStyles^ get ();
}F#
member Owner : TextStyles with get