Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="FillColor", IsRequired=True)> Public Property FillColor As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="FillColor", IsRequired=true)] public string FillColor {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="FillColor", IsRequired=true)] public: property String^ FillColor { String^ get(); void set (String^ value); } |
Return Value
Color used to fill the background following rotation. This is used only if DeskewCommandFlags.FillExposedArea is set in the Flags property.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family