Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.ImageProcessing.DataContracts Namespace > RotateRequest Class : FillColor Property |
[DataMemberAttribute(Name="FillColor", IsRequired=true)] public string FillColor {get; set;}
'Declaration <DataMemberAttribute(Name="FillColor", IsRequired=True)> Public Property FillColor As String
'Usage Dim instance As RotateRequest Dim value As String instance.FillColor = value value = instance.FillColor
[DataMemberAttribute(Name="FillColor", IsRequired=true)] public: property String^ FillColor { String^ get(); void set ( String^ value); }