IDesignerDebugView.HideSourceFileName Property

Definition

Gets or sets a value that indicates whether the Xaml source file name should be hidden.

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

Property Value

true if the Xaml source file name should be hidden; otherwise, false.

Applies to