| ImageStandardResolution Property |
Gets or sets the standard resolution.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Resolution StandardResolution { get; set; }
Public Property StandardResolution As Resolution
Get
Set
public:
property Resolution^ StandardResolution {
Resolution^ get ();
void set (Resolution^ value);
}
member StandardResolution : Resolution with get, set
Property Value
Type:
Resolution
The standard resolution.
See Also