BevelBitmapEffect.Relief 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.
Note: This API is now obsolete. The non-obsolete alternative is Effect. Gets or sets the height of the relief of the bevel.
public:
property double Relief { double get(); void set(double value); };
public double Relief { get; set; }
member this.Relief : double with get, set
Public Property Relief As Double
Property Value
The height of the relief of the bevel. The valid range is between 0
and 1
with 1
having the most relief (darkest shadows). The default value is 0.3
.
Remarks
The following illustration demonstrates the effect of this property:
Dependency Property Information
Identifier field | ReliefProperty |
Metadata properties set to true |
None |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.