DependencyPropertyValueSource.Inherited 属性

定义

获取一个属性的值,该属性从父属性继承值。Gets the value of a property that is inherited from a parent property.

public:
 static property System::Activities::Presentation::PropertyEditing::DependencyPropertyValueSource ^ Inherited { System::Activities::Presentation::PropertyEditing::DependencyPropertyValueSource ^ get(); };
public static System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource Inherited { get; }
member this.Inherited : System.Activities.Presentation.PropertyEditing.DependencyPropertyValueSource
Public Shared ReadOnly Property Inherited As DependencyPropertyValueSource

属性值

DependencyPropertyValueSource

一个指示属性从父属性继承值的值来源。A value source that indicates the property is inherited.

适用于