Skip to main content
A newer version of this page is available. .

GuideDefaultProperties Members

Contains properties that affect invidual adorner guides only.

Constructors

Name Description
GuideDefaultProperties(GuideProperties) Initializes a new instance of the GuideDefaultProperties class with the specified settings.

Properties

Name Description
ActualFlyoutBackColor Returns the current flyout backcolor for this guide.
ActualFlyoutBorderColor Returns the current flyout border color for this guide.
ActualFlyoutLocation Returns the current flyout location for this guide.
ActualFlyoutOpacity Returns the current flyout opacity for this guide.
AllowFlyoutPanel Gets or sets whether or not this guide should display its flyout panel.
FlyoutBackColor Gets or sets the flyout backcolor for the current guide.
FlyoutBorderColor Gets or sets the color applied to flyout borders of the current guide.
FlyoutLocation Gets or sets the flyout position relative to the current guide.
FlyoutOpacity Gets or sets the flyout opacity for this guide.
IsFlyoutPanelEnabled Returns whether or not this guide will show its flyout panel when selected.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
See Also