Skip to content

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

NameSummary
.ctorInitializes a new instance of the [RaisedBorder](# class.

Properties

NameSummary
CornerRadius1Gets or sets the corner radius1.
CornerRadius2Gets or sets the corner radius2.
GlareBrushGets or sets the glare brush.
GlareOpacityMaskGets or sets the glare opacity mask.
MinorBorderBrush1Gets or sets the minor border brush1.
MinorBorderThickness1Gets or sets the minor border thickness1.

Fields

NameSummary
static CornerRadius1PropertyThe corner radius1 property.
static CornerRadius2PropertyThe corner radius2 property.
static GlareBrushPropertyThe glare brush property.
static GlareOpacityMaskPropertyThe glare opacity mask property.
static MinorBorderBrush1PropertyThe minor border brush1 property.
static MinorBorderThickness1PropertyThe minor border thickness1 property.

Methods

NameSummary
OnPropertyChangedInvoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific...
OnRenderWhen 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...
ShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
Inherited members

See also