[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo

StickyNoteStyleInfo Class

Represents the customizable appearance settings of a cell note that stays visible.

Inheritance
PSShapeStyleInfo
StickyNoteStyleInfo
Namespace: FarPoint.Win.Spread.DrawingSpace
Assembly: FarPoint.Win.Spread.dll
Syntax
public class StickyNoteStyleInfo : PSShapeStyleInfo
Public Class StickyNoteStyleInfo
    Inherits PSShapeStyleInfo

Constructors

Name Description
StickyNoteStyleInfo()

Creates a new instance of StickyNoteStyleInfo class.

Properties

Name Description
AlignHorz

Gets or sets the horizontal alignment of the contents for the cell note.

AlignVert

Gets or sets the vertical alignment of the contents for the cell note.

MarginBottom

Gets or sets the margin between the bottom of the cell note and its contents.

MarginLeft

Gets or sets the margin between the left of the cell note and its contents.

MarginRight

Gets or sets the margin between the right of the cell note and its contents.

MarginTop

Gets or sets the margin between the top of the cell note and its contents.

Methods

Name Description
IsAlignHorzSet()

Determines whether the horizontal alignment of the contents for the cell note is set.

IsAlignVertSet()

Determines whether the vertical alignment of the contents for the cell note is set.

IsMarginBottomSet()

Determines whether the margin between the bottom of the cell note and its contents is set.

IsMarginLeftSet()

Determines whether the margin between the left of the cell note and its contents is set.

IsMarginRightSet()

Determines whether the margin between the right of the cell note and its contents is set.

IsMarginTopSet()

Determines whether the margin between the top of the cell note and its contents is set.

Reset()

Resets all properties to default state.