| PageImageInfoWidth Property |
This is preliminary documentation and is subject to change.
Image width, in pixel.
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public int Width { get; init; }
Public Property Width As Integer
Get
Set
Dim instance As PageImageInfo
Dim value As Integer
value = instance.Width
instance.Width = value
public:
property int Width {
int get ();
void set (int value);
}
member Width : int with get, set
Property Value
Int32See Also