| Visual Basic (Declaration) | |
|---|---|
| Public Property FrameBackground As Brush | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public Brush FrameBackground {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
| public: __property Brush get_FrameBackground(); public: __property void set_FrameBackground( Brush value ); | |
| XAML | |
|---|---|
| For XAML information, see the Brush type. | |
| Dependency Property Information | |
|---|---|
| Identifier field | |
| Metadata properties set to true | None | 
Return Value
The color of the border of the control's frame.For XAML example, refer to BitmapSourceViewer.
For C#/VB examples, refer to BitmapSourceViewer.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
 
  