DebugRenderingSettings.RenderCustomString Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Controlla se la stringa passata come CustomString viene sottoposta a rendering nel frame.
public:
property bool RenderCustomString { bool get(); void set(bool value); };
public bool RenderCustomString { get; set; }
member this.RenderCustomString : bool with get, set
Public Property RenderCustomString As Boolean