Class CommentAlignment
Defines the options to display Cell Comment Tip.
Inheritance
System.Object
CommentAlignment
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class CommentAlignment : Enum
Fields
BottomLeft
Bottom Left edge.
Declaration
public const CommentAlignment BottomLeft
Field Value
Type |
---|
CommentAlignment |
BottomRight
Bottom Right edge.
Declaration
public const CommentAlignment BottomRight
Field Value
Type |
---|
CommentAlignment |
TopLeft
Top Left edge.
Declaration
public const CommentAlignment TopLeft
Field Value
Type |
---|
CommentAlignment |
TopRight
Top Right edge.
Declaration
public const CommentAlignment TopRight
Field Value
Type |
---|
CommentAlignment |