Method GetPropValue
GetPropValue(ControlTypeId, ControlDefaultsId)
Returns default property value for the control on the specific platform.
public static object? GetPropValue(ControlTypeId control, ControlDefaultsId prop)
Parameters
control
ControlTypeIdControl which default property value is returned.
prop
ControlDefaultsIdProperty identifier.
Returns
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
PlatformDefaultsPlatform.
control
ControlTypeIdControl which default property value is returned.
prop
ControlDefaultsIdProperty identifier.