Class OutlineCodeMask
OutlineCodeMask class
Inheritance
System.Object
OutlineCodeMask
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class OutlineCodeMask
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 |