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

3c3d1e08 0713 9603 8134 5047675b83fb

haplokuon edited this page May 6, 2023 · 1 revision

DisplayOptions Property

netDxf 3.0.0 Library

Gets or sets the image display options.

Definition

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

C#

public ImageDisplayFlags DisplayOptions { get; set; }

VB

Public Property DisplayOptions As ImageDisplayFlags
	Get
	Set

C++

public:
property ImageDisplayFlags DisplayOptions {
	ImageDisplayFlags get ();
	void set (ImageDisplayFlags value);
}

F#

member DisplayOptions : ImageDisplayFlags with get, set

Property Value

ImageDisplayFlags

See Also

Reference

Image Class
netDxf.Entities Namespace

Clone this wiki locally