ImageLibrary.DebugMode 属性

定义

是否应在调试模式下呈现图像,这会添加彩色边框。

public:
 property bool DebugMode { bool get(); void set(bool value); };
public:
 property bool DebugMode { bool get(); void set(bool value); };
public bool DebugMode { get; set; }
member this.DebugMode : bool with get, set
Public Property DebugMode As Boolean

属性值

Boolean

如果应在调试模式下呈现图像,则为 True; 否则为 false。

适用于