DependencyPropertyValueSource.IsLocal Propriedade

Definição

Obtém um valor que indica se a propriedade está definida para um valor local.Gets a value that indicates whether the property is set to a local value.

public:
 property bool IsLocal { bool get(); };
public bool IsLocal { get; }
member this.IsLocal : bool
Public ReadOnly Property IsLocal As Boolean

Valor da propriedade

Boolean

true se a propriedade for definida como um valor local; caso contrário, false .true if the property is set to a local value; otherwise, false.

Aplica-se a