Class OutlineMask

Class OutlineMask

Nama dari : Aspose.Tasks Perhitungan: Aspose.Tasks.dll (25.4.0)

Ini mewakili empat elemen dari topeng yang menentukan format outline code.

[ClassInterface(ClassInterfaceType.AutoDual)]
public class OutlineMask

Inheritance

object OutlineMask

anggota yang diwarisi

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

OutlineMask()

Initifikasi instansi baru dari kelas Aspose.Tasks.OutlineMask.

public OutlineMask()

Properties

Length

Dapatkan atau menetapkan panjang maksimum (dalam aksara) nilai kode outline. 0 jika panjang tidak ditentukan.

public int Length { get; set; }

Nilai Properti

int

Level

Dapatkan atau menetapkan tingkat topeng.

public int Level { get; set; }

Nilai Properti

int

Separator

Dapatkan atau menetapkan pemisah nilai kode.

public string Separator { get; set; }

Nilai Properti

string

Type

Dapatkan atau menetapkan jenis topeng.

public MaskType Type { get; set; }

Nilai Properti

MaskType

 Indonesia