ContentControl.Appearance 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 appearance of the content control. Read/write WdContentControlAppearance
public:
property Microsoft::Office::Interop::Word::WdContentControlAppearance Appearance { Microsoft::Office::Interop::Word::WdContentControlAppearance get(); void set(Microsoft::Office::Interop::Word::WdContentControlAppearance value); };
public Microsoft.Office.Interop.Word.WdContentControlAppearance Appearance { get; set; }
member this.Appearance : Microsoft.Office.Interop.Word.WdContentControlAppearance with get, set
Public Property Appearance As WdContentControlAppearance