 | PageImageInfoHeight Property |
This is preliminary documentation and is subject to change.
Image height, in pixel.
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic int Height { get; init; }
Public Property Height As Integer
Get
Set
Dim instance As PageImageInfo
Dim value As Integer
value = instance.Height
instance.Height = value
public:
property int Height {
int get ();
void set (int value);
}
member Height : int with get, set
Property Value
Int32
See Also