[DefaultValueAttribute(typeof(AngleFormat), "Degrees")]
public AngleFormat PhasorAngleFormat { get; set; }<DefaultValueAttribute(GetType(AngleFormat), "Degrees")>
Public Property PhasorAngleFormat As AngleFormat
Get
Setpublic:
[DefaultValueAttribute(typeof(AngleFormat), L"Degrees")]
property AngleFormat PhasorAngleFormat {
AngleFormat get ();
void set (AngleFormat value);
}function get_PhasorAngleFormat();
function set_PhasorAngleFormat(value);