RaisedBorder class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.RaisedBorder
Modifiers: public
Summary¶
AICSBorder.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class RaisedBorder
class ContentControl
ContentControl <|-- RaisedBorder
Inherits from: ContentControl
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [RaisedBorder](# class. |
Properties¶
| Name | Summary |
|---|---|
| CornerRadius1 | Gets or sets the corner radius1. |
| CornerRadius2 | Gets or sets the corner radius2. |
| GlareBrush | Gets or sets the glare brush. |
| GlareOpacityMask | Gets or sets the glare opacity mask. |
| MinorBorderBrush1 | Gets or sets the minor border brush1. |
| MinorBorderThickness1 | Gets or sets the minor border thickness1. |
Fields¶
| Name | Summary |
|---|---|
| static CornerRadius1Property | The corner radius1 property. |
| static CornerRadius2Property | The corner radius2 property. |
| static GlareBrushProperty | The glare brush property. |
| static GlareOpacityMaskProperty | The glare opacity mask property. |
| static MinorBorderBrush1Property | The minor border brush1 property. |
| static MinorBorderThickness1Property | The minor border thickness1 property. |
Methods¶
| Name | Summary |
|---|---|
| OnPropertyChanged | Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific... |
| OnRender | When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is... |
| ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. |