'Declaration <DescriptionAttribute("The format of VOI LUT value.")> <DefaultValueAttribute("WC: {0:0.#} WW: {1:0.#}")> Public Property TextFormat As System.String
[Description("The format of VOI LUT value.")] [DefaultValue("WC: {0:0.#} WW: {1:0.#}")] public System.String TextFormat { get; set; }
[Description("The format of VOI LUT value.")] [DefaultValue("WC: {0:0.#} WW: {1:0.#}")] public: __property System.String get_TextFormat(); public: __property void set_TextFormat(
System.String value
);
[Description("The format of VOI LUT value.")] [DefaultValue("WC: {0:0.#} WW: {1:0.#}")] public:
property System.String TextFormat { System.String get(); void set(System.String value); }
Property Value
Значение по умолчанию: WC: {0:0.#} WW: {1:0.#}.