You are here:
Symbol Reference >
Stimulsoft.Report.WpfDesign Namespace
>
StiAnchorModeProperty Class
>
StiAnchorModeProperty Fields
>
IsTopProperty Field
Collapse All
Stimulsoft Reports Class Reference
StiAnchorModeProperty.IsTopProperty Field
Send Feedback
Syntax
C++
C#
Visual Basic
public
: DependencyProperty
IsTopProperty
= DependencyProperty.Register( "IsTop", typeof(
bool
), typeof(
StiAnchorModeProperty
),
new
FrameworkPropertyMetadata(
false
, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault | FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsMeasure, OnPropertyChanged));
public
static
readonly
DependencyProperty
IsTopProperty
= DependencyProperty.Register( "IsTop",
typeof
(
bool
),
typeof
(
StiAnchorModeProperty
),
new
FrameworkPropertyMetadata(
false
, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault | FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsMeasure, OnPropertyChanged));
Public
static
readonly
IsTopProperty
As
DependencyProperty = DependencyProperty.Register( "IsTop",
typeof
(bool),
typeof
(
StiAnchorModeProperty
),
new
FrameworkPropertyMetadata(
false
, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault | FrameworkPropertyMetadataOptions.AffectsRender | FrameworkPropertyMetadataOptions.AffectsMeasure, OnPropertyChanged))
Remarks
This is IsTopProperty, a member of class StiAnchorModeProperty.
Made with
Doc-O-Matic
.
What do you think about this topic?
Send feedback!
Copyright (c) 2017. All rights reserved.