API Reference
Class
OneNoteLayout
Placement and size of a OneNote element.
Inheritance
- Object
- OneNoteLayout
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OneNoteBinaryElement.Layout
- Property OneNoteElement.Layout
- Property OneNoteEmbeddedFile.Layout
- Property OneNoteImage.Layout
- Property OneNoteInk.Layout
- Property OneNoteMath.Layout
- Property OneNoteMedia.Layout
- Property OneNoteOutline.Layout
- Property OneNoteParagraph.Layout
- Property OneNoteTable.Layout
Constructors
public OneNoteLayout() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Double> X { get; set; } #Horizontal offset from the parent or page.
public Nullable<Double> Y { get; set; } #Vertical offset from the parent or page.
public Nullable<Double> Width { get; set; } #Layout width.
public Nullable<Double> Height { get; set; } #Layout height.
public Nullable<Boolean> Tight { get; set; } #Whether the element uses a tight layout.
public Nullable<Boolean> RightToLeft { get; set; } #Whether the element is placed in right-to-left reading order.
public Nullable<Double> MinimumWidth { get; set; } #Minimum outline width.
public Nullable<UInt32> AlignmentInParent { get; set; } #Native alignment flags relative to the parent.
public Nullable<UInt32> AlignmentSelf { get; set; } #Native self-alignment flags.
public Nullable<UInt32> CollisionPriority { get; set; } #Native collision-resolution priority.
public Nullable<Boolean> TightAlignment { get; set; } #Whether tight alignment is enabled.