Version

ModelBaseExport Class Members

The following tables list the members exposed by ModelBaseExport.

Public Constructors
 NameDescription
Public ConstructorModelBaseExport Constructor  
Public Properties
 NameDescription
Public PropertyBackgroundBrushDataReturns data describing the model's Background brush.  
Public PropertyFontFamilyReturns the model's FontFamily.  
Public PropertyFontSizeReturns the model's FontSize.  
Public PropertyFontStretchReturns the model's FontStretch.  
Public PropertyFontStyleReturns the model's FontStyle.  
Public PropertyFontVariantReturns the model's FontVariant.  
Public PropertyFontWeightReturns the model's FontWeight.  
Public PropertyHeightReturns the model's height.  
Public PropertyHorizontalAlignmentReturns the model's horizontal alignment.  
Public PropertyIsSelectedReturns true if the model is logically selected, otherwise returns false.  
Public PropertyRenderValueReturns a string representation of the value rendered by the model.  
Public PropertyRoleReturns the model's role.  
Public PropertySelectedStatusReturns the model's selected status.  
Public PropertyTextColorReturns data describing the model's TextColor brush.  
Public PropertyVerticalAlignmentReturns the model's vertical alignment.  
Public PropertyVirtualizationPercentageReturns the model's VirtualizationPercentage.  
Public PropertyWidthReturns the model's width.  
Public PropertyXReturns the model's X position.  
Public PropertyYReturns the model's Y position.  
Protected Properties
 NameDescription
Protected PropertyTypeReturns the model's type in string form.  
Protected Methods
 NameDescription
Protected MethodSerializeOverrideAllows derived classes to add to the serialization string.  
See Also