Table of Contents

Method GetPropValue

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetPropValue(ControlTypeId, ControlDefaultsId)

Returns default property value for the control on the specific platform.

public static object? GetPropValue(ControlTypeId control, ControlDefaultsId prop)

Parameters

control ControlTypeId

Control which default property value is returned.

prop ControlDefaultsId

Property identifier.

Returns

object

GetPropValue(PlatformDefaults, ControlTypeId, ControlDefaultsId)

Returns default property value for the control on the specific platform.

public static object? GetPropValue(PlatformDefaults platform, ControlTypeId control, ControlDefaultsId prop)

Parameters

platform PlatformDefaults

Platform.

control ControlTypeId

Control which default property value is returned.

prop ControlDefaultsId

Property identifier.

Returns

object