Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Type", IsRequired=True)> Public Property Type As HalftoneCommandType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="Type", IsRequired=true)] public HalftoneCommandType Type {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Type", IsRequired=true)] public: property HalftoneCommandType Type { HalftoneCommandType get(); void set (HalftoneCommandType value); } |
Return Value
Value that indicates the type of halftoning to perform.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family