|
AxesBoxVisual3DTitleRenderBitmapSize Property |
Gets or sets a Size that is used as the
RenderBitmapSize in the
TextBlockVisual3D object that is used to render the axes titles.
When Ab3d.DXEngine assembly is present in the application, then the default value is set to (512, 64); otherwise the default value is Size.Empty that uses VisualBrush to render the text.
This property sets the
TitleRenderBitmapSize for all axes.
To set Size for rendered value labels set the
ValueLabelsRenderBitmapSize.
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public Size TitleRenderBitmapSize { get; set; }
Property Value
SizeSee Also