Visual Basic (Declaration) | |
---|---|
Public Property BorderOpacity As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int BorderOpacity {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_BorderOpacity(); public: __property void set_BorderOpacity( int value ); |
XAML Attributes Usage | |
---|---|
<object BorderOpacity =int > |
Dependency Property Information | |
---|---|
Identifier field | BorderOpacityProperty |
Metadata properties set to true | None |
Return Value
Transparency, in percent, of the spoke border. The valid range is from -100 to 100.For XAML example, refer to DrawStarCommandBitmapEffect.
For C#/VB examples, refer to DrawStarCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003