Class OutlineMask

Class OutlineMask

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Represents four elements of a mask which defines an outline code format.

[ClassInterface(ClassInterfaceType.AutoDual)]
public class OutlineMask

Inheritance

objectOutlineMask

Inherited Members

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

Constructors

OutlineMask()

Initializes a new instance of the Aspose.Tasks.OutlineMask class.

public OutlineMask()

Properties

Length

Gets or sets the maximum length (in characters) of the outline code values. 0 if length is not defined.

public int Length { get; set; }

Property Value

int

Level

Gets or sets the level of a mask.

public int Level { get; set; }

Property Value

int

Separator

Gets or sets the separator of code values.

public string Separator { get; set; }

Property Value

string

Type

Gets or sets the type of a mask.

public MaskType Type { get; set; }

Property Value

MaskType