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
controlControlTypeIdControl which default property value is returned.
propControlDefaultsIdProperty 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
platformPlatformDefaultsPlatform.
controlControlTypeIdControl which default property value is returned.
propControlDefaultsIdProperty identifier.