BitmapEffectInput.AreaToApplyEffectUnits Property

Definition

Note: This API is now obsolete. The non-obsolete alternative is Effect. Gets or sets the method in which to interpret the rectangle provided by AreaToApplyEffect.

public:
 property System::Windows::Media::BrushMappingMode AreaToApplyEffectUnits { System::Windows::Media::BrushMappingMode get(); void set(System::Windows::Media::BrushMappingMode value); };
public System.Windows.Media.BrushMappingMode AreaToApplyEffectUnits { get; set; }
member this.AreaToApplyEffectUnits : System.Windows.Media.BrushMappingMode with get, set
Public Property AreaToApplyEffectUnits As BrushMappingMode

Property Value

The method in which to interpret the rectangle provided by the AreaToApplyEffectUnits property. The default value is RelativeToBoundingBox.

Remarks

Dependency Property Information

Identifier field AreaToApplyEffectUnitsProperty
Metadata properties set to true None

Applies to