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