Border.ArtStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the graphical page-border design for a document.
public:
property Microsoft::Office::Interop::Word::WdPageBorderArt ArtStyle { Microsoft::Office::Interop::Word::WdPageBorderArt get(); void set(Microsoft::Office::Interop::Word::WdPageBorderArt value); };
public Microsoft.Office.Interop.Word.WdPageBorderArt ArtStyle { get; set; }
member this.ArtStyle : Microsoft.Office.Interop.Word.WdPageBorderArt with get, set
Public Property ArtStyle As WdPageBorderArt