DependencyPropertyValueSource.LocalDynamicResource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of a property that represents a LocalDynamicResource reference.
public:
static property System::Activities::Presentation::PropertyEditing::DependencyPropertyValueSource ^ LocalDynamicResource { System::Activities::Presentation::PropertyEditing::DependencyPropertyValueSource ^ get(); };
public static System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource LocalDynamicResource { get; }
static member LocalDynamicResource : System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource
Public Shared ReadOnly Property LocalDynamicResource As DependencyPropertyValueSource
Property Value
A value source that contains a dynamic resource reference.
Remarks
Dynamic resource provides a value for a XAML property by deferring that value to be a runtime reference to a resource. A dynamic resource reference forces a new lookup each time that such a resource is accessed.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.