Class OutlineCodeMask
OutlineCodeMask class
Inheritance
System.Object
OutlineCodeMask
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class OutlineCodeMask : Object
Constructors
OutlineCodeMask()
Declaration
public OutlineCodeMask()
Properties
Length
Gets or sets the maximum length in characters of the outline code values
Declaration
public string Length { get; set; }
Property Value
Type |
---|
System.String |
Level
Gets or sets the level of the mask
Declaration
public string Level { get; set; }
Property Value
Type |
---|
System.String |
Separator
Gets or sets the separator value of the code values
Declaration
public string Separator { get; set; }
Property Value
Type |
---|
System.String |
Type
Gets or sets the type of mask
Declaration
public OutlineCodeMaskType Type { get; set; }
Property Value
Type |
---|
OutlineCodeMaskType |
TypeSpecified
Checks whether the type of mask is specified
Declaration
public bool TypeSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |