AccessQueryGraphicsParameterTAccessUnknown Property |
Gets or sets the value to return if access is unknown.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public T AccessUnknown { get; set; }
Public Property AccessUnknown As T
Get
Set
public:
property T AccessUnknown {
T get ();
void set (T value);
}
member AccessUnknown : 'T with get, set
Property Value
Type:
TSee Also