 | AppleTouchIconInfoWidth Property |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.Wikia.Sites.AppleTouchIconInfo.Width"]
Namespace: WikiClientLibrary.Wikia.SitesAssembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic float Width { get; init; }
Public Property Width As Single
Get
Set
Dim instance As AppleTouchIconInfo
Dim value As Single
value = instance.Width
instance.Width = value
public:
property float Width {
float get ();
void set (float value);
}
member Width : float32 with get, set
Property Value
Single
See Also