Click or drag to resize
AB4D logo

AxisWith3DLabelsVisual3DTitleRenderBitmapSize Property

Gets or sets a Size that is used as the RenderBitmapSize in the TextBlockVisual3D object that is used to render the axis title. 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. To set Size for rendered value labels set the ValueLabelsRenderBitmapSize.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Size TitleRenderBitmapSize { get; set; }

Property Value

Size
See Also